switchblade
switchblade copied to clipboard
Running a command on a channel that Switchblade can see but can't answer throws an error
Bug description Running a command on a channel that Switchblade can see but can't answer throws an error
How to reproduce
- Remove bladey's permissions to send messages on a channel
- Run any command
Expected behavior No errors should be thrown
Screenshots
We could do something like all commands requiring SEND_MESSAGES
permissions, idk
We could do something like all commands requiring
SEND_MESSAGES
permissions, idk
just add on if (command) on mainlistener
@davipatury ^ #562
isn't "botPermissions" a thing? then, make SEND_MESSAGES and EMBED_LINKS as default, and if any fails, send the person that exec'd the command that the bot can't type in that channel
misclick