Fixed small issue
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user