From 78df042106e02760ed95583833ff486d3354ec7a Mon Sep 17 00:00:00 2001 From: Raatty <39517058+Raatty@users.noreply.github.com> Date: Thu, 24 May 2018 10:17:48 +1200 Subject: [PATCH] Added dbconnect, first step to linking a database with the bot --- src/config/Config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/Config.json b/src/config/Config.json index f4a48ef..a205a59 100644 --- a/src/config/Config.json +++ b/src/config/Config.json @@ -3,5 +3,6 @@ "display_name" : "[ds!] Dev-Sebi", "maintenance": "True", "ownerlist": [], - "prefix": "ds!" + "prefix": "ds!", + "dbconnect": "" }