CodecademyCommunity / codecademy-discord-bot

Custom moderation bot for the official Codecademy Community Discord server.
https://codecademycommunity.github.io/
MIT License
11 stars 1 forks source link

FSU Command Immunity #227

Closed lyallstewart closed 2 years ago

lyallstewart commented 2 years ago

Describe the bug

A clear and concise description of what the bug is.

FSUs are immune to some moderation commands but not others. For example they are not immune to the cc!verbal command, but they are immune to cc!notes. This is becuase of the isHighRoller function varies from command to command.

Expected behavior

FSUs should not be immune from moderation commands.

lyallstewart commented 2 years ago

Will be combined with #203