why are you like this python

This commit is contained in:
Juni
2022-04-14 22:45:22 -04:00
parent cf4a8d3071
commit ab749a3665

View File

@@ -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()