python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.31k stars 652 forks source link

Make !warn fail if DMing the user is unsuccessful #3073

Closed vivekashok1221 closed 1 week ago

vivekashok1221 commented 1 month ago

Closes #1352

I've made it so that !warn will fail if the user has their DMs disabled (or has blocked the bot) AND the command was invoked in a "private" channel which the user does not have access to.

image