soxidus / Boardgame-Bot

A Boardgame Bot for your Telegram group to plan/manage gamenights and suggest games to play.
MIT License
2 stars 0 forks source link

Verbose warning when bot is not administator #69

Closed karacolada closed 4 years ago

karacolada commented 4 years ago

In the comments to #39, a list of the functions needing administrator rights is provided. For those functions, we should catch an eventual "bot isn't admin" error and inform the user/chat about this fact, so they can change it. I would not recommend checking whether we're admin or not every time a user tries to do something because we really only need it for very few features.

karacolada commented 4 years ago

TODO: if users ACTIVELY decide not to make the bot admin, they shouldn't have to deal with this warning all the time.

karacolada commented 4 years ago
karacolada commented 4 years ago

Added group_settings table to deactivate notification for bot-not-admin.