From 9689238f867255cae79f84dbe1bf2a4421ffeeb6 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Thu, 4 Jun 2020 23:05:34 +0200 Subject: Update bot.py --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 4f87530..84da486 100644 --- a/bot.py +++ b/bot.py @@ -66,6 +66,7 @@ class BedrockBot(commands.Bot): async def on_message_delete(self, message): channel = self.get_channel(718187032869994686) embed = discord.Embed( + title=message.author, description=message.content, color=message.author.color, timestamp=message.created_at -- cgit v1.2.3