diff --git a/commands/api_commands.py b/commands/api_commands.py index dc1eed2..bf00b31 100644 --- a/commands/api_commands.py +++ b/commands/api_commands.py @@ -536,7 +536,7 @@ async def ptrivia(discord, message): + output + "\nType `correctanswer` for the correct answer.\ \nType your answer (not case-sensitive).\ - You\'ve 60 seconds.", + You've 60 seconds.", color=discord.Color.blue(), ) msg = await message.channel.send(embed=embed) @@ -556,7 +556,9 @@ def check(m): await bot_message.add_reaction("\U0001f44d") await bot_message.reply(correct_answer) elif bot_message.content.lower() in all_answers: - await bot_message.reply("Wrong answer!\nCorrect answer: "+correct_answer) + await bot_message.reply( + "Wrong answer!\nCorrect answer: " + correct_answer + ) await bot_message.add_reaction("\U0001f44E") except asyncio.TimeoutError: