discord-stats-bot/config.json.example

7 lines
334 B
Plaintext
Raw Normal View History

2017-03-22 06:23:52 +00:00
{
"bot_token": "<Your discord bot token>",
"guild_id": "<Your Channel ID - Enable Developer Tools in Discord, right click on the server, copy id>",
2017-03-23 01:58:52 +00:00
"guild_name": "<This is just for the log files, I named mine the name of the server>",
2017-03-23 01:57:57 +00:00
"reconnect": "<This is a reconnect value in milliseconds, I recommend a hour (3600000)>"
2017-03-22 06:23:52 +00:00
}