소스 검색

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"}]
+}