I want to make a command that will send a DM to the entire server, but I am getting the following error:
Forbidden: FORBIDDEN (status code: 403) Can\'t send
The user might have blocked your bot or disabled DMs for your server, either way, you won’t be able to salvage the situation, so simply dropping the exception will do.
try: /* send message */ except Exception: pass