MSC Bot Devlog – Bot's Gone Crazy with User's Reactions
A couple days ago when we were giving a new member full member status, we discovered a hilarious bug with the MSC Bot.
A couple days ago when we were giving a new member full member status, we discovered a hilarious bug with the MSC Bot.
The way MSC Bot handles permissions before today was by having an if
statement in every command that required a specific role:
Since every command has roughly the same structure, there was a lot of duplication of these if statements. Almost every command had one of them.