Browse Source

added missing config file

Leone25 5 năm trước cách đây
mục cha
commit
0359bea1a7
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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"}]
+}