MizaGBF / MizaBOT

Python 3 Granblue Fantasy-themed Discord Bot
MIT License
25 stars 13 forks source link

Offline on Discord #10

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello

Trying to make your bot for a server of my own and after following the instructions in the setup page i got it running on Heroku (python worker3 bot worker online and working and the deploy commands for both cloning the repository localy on my machine or update on Heroku works too) but it still won't go online in Discord on neither the debug server or the server i intend to use it, copied the bot token and the servers ID/channels in config.json already. Can you help me in understanding what i might do wrong please?

ghost commented 3 years ago

nvm, got it work. had error in my config and save.json. Adding a "version": 1 in save.json on line 2 top of "newserver": { did the work it seems

MizaGBF commented 3 years ago

Ah good point, I recently changed the save file format.
I'll update the example.
Thanks for pointing it out.

EDIT: nevermind, it seems fine, I assume you used an old version of the example file.

MizaGBF commented 3 years ago

After looking more closely into it, it should have been "version": 0 but the checks I put in place would had made sure the save file is correct, so don't worry about it.