You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async def on_message_delete(self, message):
await message.channel.send("Why was '" + message.content + "' deleted? What was wrong with that message?")
print(message.content + " was deleted!")