fixed playerlink issue

This commit is contained in:
2020-11-19 12:11:11 +01:00
parent e3913a77ea
commit cf48e7c946
2 changed files with 11 additions and 4 deletions

View File

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