pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

Require p!setup command to be run if no guild in db #79

Closed pianiststickman closed 4 years ago

pianiststickman commented 5 years ago

Right now, on messages and voiceStateUpdate events, if there is no guild info in the DB, we just create a guild. With this change the bot would stop responding to events until a new command, p!setup, has been run, which would create the guild in the DB.

The p!setup command should be locked to Bot Managers only.

pianiststickman commented 4 years ago

DB has no notion of a guild anymore.