You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several commands do permissions checks that fall over or behave annoyingly when they're used in DMs. (PR #176) Several more commands just generally assume they occur in servers, and may fail in spectacular ways if they aren't.
It'd be nice if we could codify this with some sort of @require_server decorator, that requires the interaction to take place inside UQCSBot.uqcs_server.
The text was updated successfully, but these errors were encountered:
Several commands do permissions checks that fall over or behave annoyingly when they're used in DMs. (PR #176) Several more commands just generally assume they occur in servers, and may fail in spectacular ways if they aren't.
It'd be nice if we could codify this with some sort of
@require_server
decorator, that requires the interaction to take place insideUQCSBot.uqcs_server
.The text was updated successfully, but these errors were encountered: