From 7a029ddf96980093b958cbc0b3bda809d5701026 Mon Sep 17 00:00:00 2001 From: Dan Hess Date: Tue, 4 Aug 2020 14:09:18 -0500 Subject: [PATCH] Correct this --- cogs/games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/games.py b/cogs/games.py index a035f6a..8c38ec5 100644 --- a/cogs/games.py +++ b/cogs/games.py @@ -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!")