aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-06-04 21:05:42 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-06-04 21:05:42 +0000
commit881065c164644fe490313d0da40ef4cd18d9e980 (patch)
tree569ee0fd7eecf310c1f3c14893bc5ecaad88567d /bot.py
parent311e11dc0b669d70fc9695ef9da99fb152785a45 (diff)
parent9689238f867255cae79f84dbe1bf2a4421ffeeb6 (diff)
downloadsteve-bot-881065c164644fe490313d0da40ef4cd18d9e980.tar
steve-bot-881065c164644fe490313d0da40ef4cd18d9e980.tar.gz
steve-bot-881065c164644fe490313d0da40ef4cd18d9e980.tar.bz2
steve-bot-881065c164644fe490313d0da40ef4cd18d9e980.tar.lz
steve-bot-881065c164644fe490313d0da40ef4cd18d9e980.tar.xz
steve-bot-881065c164644fe490313d0da40ef4cd18d9e980.tar.zst
steve-bot-881065c164644fe490313d0da40ef4cd18d9e980.zip
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.py b/bot.py
index 4f87530..84da486 100755
--- 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