fixing invalid json
This commit is contained in:
parent
2695d721bc
commit
e37e3feb39
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"bot_token": "<Your discord bot token>",
|
"bot_token": "<Your discord bot token>",
|
||||||
"guild_id": "<Your Channel ID - Enable Developer Tools in Discord, right click on the server, copy id>",
|
"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>"
|
"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)>"
|
"reconnect": "<This is a reconnect value in milliseconds, I recommend a hour (3600000)>"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user