Adding error handling for modmail logging

pull/4/head
sgoudham 4 years ago
parent b3ce796edb
commit 6ed4357d95

@ -34,7 +34,7 @@ async def on_message(message):
return return
if isinstance(message.channel, DMChannel): if isinstance(message.channel, DMChannel):
return pass
else: else:
# Set up the connection to the database # Set up the connection to the database

Loading…
Cancel
Save