diff --git a/cogs/quiz.py b/cogs/quiz.py index e364279..b880960 100644 --- a/cogs/quiz.py +++ b/cogs/quiz.py @@ -250,7 +250,7 @@ class Quiz(commands.Cog): try: message = await self.client.wait_for("message", check=lambda message: message.content.lower() == word['word'].lower(), timeout=self.timeout) - self.give_reward(message.author.id, word["id"]) + self.give_reward(message.author.id, word["reward"]) playerdblinker = PlayerDBLinker() embed.colour = discord.Colour.green() if playerdblinker.discordidused(message.author.id):