mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 22:38:50 -06:00
Add a botName field to config
This commit is contained in:
parent
adc54e64ac
commit
d704b39859
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"token": "Bot Token Here",
|
"token": "Bot Token Here",
|
||||||
"clientId": "0123456789012345678",
|
"clientId": "0123456789012345678",
|
||||||
|
"botName": "Konpeki Bot",
|
||||||
"botOwner": "DiscordUser#1234"
|
"botOwner": "DiscordUser#1234"
|
||||||
}
|
}
|
Loading…
Reference in a new issue