fixed playerlink issue
This commit is contained in:
@@ -246,10 +246,6 @@ class Quiz(commands.Cog):
|
||||
playerdblinker = PlayerDBLinker()
|
||||
linked = playerdblinker.discordidused(message.author.id)
|
||||
await message.channel.send(embed=self.create_answer_embed(question[1], question[2], question[3] * streak, streak, message.author, linked, True))
|
||||
|
||||
if streak > 1:
|
||||
await message.channel.send(f"{message.author.mention} has a streak going of {streak}")
|
||||
|
||||
playerdblinker.close()
|
||||
except asyncio.TimeoutError:
|
||||
self.reset_current_streak()
|
||||
|
||||
Reference in New Issue
Block a user