From 4e525d921dcc2bfcc19ca96fdb6de9c90ffdf0c7 Mon Sep 17 00:00:00 2001 From: prashant Date: Sat, 5 Jun 2021 10:43:06 +0530 Subject: made minor typo changes --- bot/exts/evergreen/rps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot') diff --git a/bot/exts/evergreen/rps.py b/bot/exts/evergreen/rps.py index a5cacd90..c6bbff46 100644 --- a/bot/exts/evergreen/rps.py +++ b/bot/exts/evergreen/rps.py @@ -28,11 +28,11 @@ WINNER_DICT = { class RPS(commands.Cog): - """Rock Paper Scissor. The Classic Game!""" + """Rock Paper Scissors. The Classic Game!""" @commands.command(case_insensitive=True) async def rps(self, ctx: commands.Context, move: str) -> None: - """Play the classic game of Rock Paper Scissor with your own sir-lancebot!""" + """Play the classic game of Rock Paper Scissors with your own sir-lancebot!""" move = move.lower() player_mention = ctx.author.mention -- cgit v1.2.3