NotAWeebDev / Misaki

Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
MIT License
84 stars 61 forks source link

New command: Check #69

Closed AndrewJWin closed 6 years ago

AndrewJWin commented 6 years ago

Serves to check the guild to ensure Misaki has key permissions for proper functionality.

MrJacz commented 6 years ago

This might be the time to propose per command permissions, botPerms an array of Permissions for example SEND_MESSAGES, have an inhibitor (like klasa, no I'm not saying to use I'm just referring to it.) basically per command you have the defined required permissions then in message event check that the bot has all perms, this could also use the Permission class for PermissionResolvable (e.g Array, Permission, Bitfield) but this being said, this command is quite bloated being one message...

AndrewJWin commented 6 years ago

Pointless due to #70