1
0
Fork 0
mirror of synced 2024-05-07 06:02:24 +12:00

Correct this

This commit is contained in:
Dan Hess 2020-08-04 14:09:18 -05:00
parent 085021101f
commit 7a029ddf96

View file

@ -69,7 +69,7 @@ class Games(commands.Cog):
# If we're here, game over, someone messed up
await message.add_reaction("")
if last_letter in ("", ""):
await ctx.send(f"Wrong! ん cannot be used as the last letter!")
await ctx.send(f"Wrong! ん cannot be used as the last kana!")
else:
await ctx.send(f"Wrong! {message.author.mention} is a loser!")