config.json 217 B

123456789
  1. {
  2. "token":"your discord bot token here",
  3. "servers":[
  4. {"channel":"channelId to controll",
  5. "dbHost":"database address",
  6. "dbUser":"database user",
  7. "dbPassword":"database password",
  8. "db":"database name"}]
  9. }