Add a botName field to config

This commit is contained in:
Michael 2022-12-16 13:16:33 -05:00
parent adc54e64ac
commit d704b39859

View file

@ -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"
} }