When DMing users there are a number of errors that could occur:
- they have blocked the bot
- they don't share a server with the bot and privacy settings prevent messaging
- some other shit idk bro
These all cause exceptions if not handled. Anywhere we send direct messages to users there should be error handling to catch the 403 forbidden error thrown in these cases
When DMing users there are a number of errors that could occur:
These all cause exceptions if not handled. Anywhere we send direct messages to users there should be error handling to catch the 403 forbidden error thrown in these cases