Prepared partial support for #12
This commit is contained in:
@@ -47,7 +47,8 @@ class Guess(Cog):
|
||||
|
||||
if answer.lower() != stage.answer.lower():
|
||||
# TODO Make a nice message
|
||||
await ctx.respond("Provided answer is wrong.")
|
||||
# await ctx.respond("Provided answer is wrong.")
|
||||
await ctx.respond(self.bot.config["emojis"]["guess_wrong"])
|
||||
return
|
||||
|
||||
next_stage_index = stage.sequence + 1
|
||||
|
Reference in New Issue
Block a user