adding auto-reconnect code

This commit is contained in:
2017-03-22 20:57:57 -05:00
parent baef08bc9b
commit 2695d721bc
2 changed files with 16 additions and 10 deletions

View File

@ -2,4 +2,5 @@
"bot_token": "<Your discord bot token>",
"guild_id": "<Your Channel ID - Enable Developer Tools in Discord, right click on the server, copy id>",
"guild_name": "<This is just for the log files, I named mine the name of the server>"
"reconnect": "<This is a reconnect value in milliseconds, I recommend a hour (3600000)>"
}