diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 4b656e7..87b1992 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -37,7 +37,8 @@ class ReactQuote(commands.Cog): async def _manualAddQuote(self, guild, author, message): formattedMsg = { "messageText": message, - "authorId": author.id + "authorId": author.id, + "messageId": None } guild_group = self.config.guild(guild) quotes = await guild_group.quotes()