From e1e4caf3e1d671b6cc9ebd7fd0776f346f70fc50 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Sun, 7 Mar 2021 02:16:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20-=20Fixed=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/cmd_lol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cmd_lol.py b/python/cmd_lol.py index b155145..f430108 100644 --- a/python/cmd_lol.py +++ b/python/cmd_lol.py @@ -45,7 +45,7 @@ class LolCmds(commands.Cog): await ctx.send(f'Please wait at least 2 seconds between each $lol_rank.') CD_LOLRANK = 1 elif isinstance(error, commands.MissingRequiredArgument): - await ctx.send(f'Please enter an invocator name () after $lol_rank.') + await ctx.send(f'Please enter an invocator name (EUW) after $lol_rank.') def setup(bot):