Parcourir la source

added missing config file

Leone25 il y a 5 ans
Parent
commit
0359bea1a7
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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"}]
+}