diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-06-04 21:05:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 21:05:34 +0000 |
commit | 9689238f867255cae79f84dbe1bf2a4421ffeeb6 (patch) | |
tree | ef9b2d5458d88ab2cfb2b77354e4a18025bda80e /bot.py | |
parent | abe3606c9358d56b4ce08ac50665ad84b0078b7f (diff) | |
download | steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.tar steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.tar.gz steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.tar.bz2 steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.tar.lz steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.tar.xz steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.tar.zst steve-bot-9689238f867255cae79f84dbe1bf2a4421ffeeb6.zip |
Update bot.py
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |