aboutsummaryrefslogtreecommitdiff
path: root/src/cogs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cogs')
-rw-r--r--src/cogs/archive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cogs/archive.py b/src/cogs/archive.py
index 5e80709..51adbdf 100644
--- a/src/cogs/archive.py
+++ b/src/cogs/archive.py
@@ -105,6 +105,7 @@ class Archive(commands.Cog):
db_message = Message(
timestamp=message.created_at.isoformat(),
+ message_id=message.id,
author_id=message.author.id,
channel_id=channel.id,
stickers=[sticker.name for sticker in message.stickers],