✏️ - Fixed typo

This commit is contained in:
Florian SYLVAIN
2021-03-07 02:16:17 +01:00
parent a32c8283af
commit e1e4caf3e1
+1 -1
View File
@@ -45,7 +45,7 @@ class LolCmds(commands.Cog):
await ctx.send(f'Please wait at least 2 seconds between each $lol_rank.') await ctx.send(f'Please wait at least 2 seconds between each $lol_rank.')
CD_LOLRANK = 1 CD_LOLRANK = 1
elif isinstance(error, commands.MissingRequiredArgument): 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): def setup(bot):