Răsfoiți Sursa

added missing config file

Leone25 5 ani în urmă
părinte
comite
0359bea1a7
1 a modificat fișierele cu 9 adăugiri și 0 ștergeri
  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"}]
+}