浏览代码

added missing config file

Leone25 5 年之前
父节点
当前提交
0359bea1a7
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      config.json

+ 9 - 0
config.json

@@ -0,0 +1,9 @@
+{
+	"token":"your discord bot token here",
+	"servers":[
+	{"channel":"channelId to controll",
+	"dbHost":"database address",
+	"dbUser":"database user",
+	"dbPassword":"database password",
+	"db":"database name"}]
+}