✏️ - Changed $rank into $lol_rank in anticipation of futures League of Legends commands.

This commit is contained in:
Florian SYLVAIN
2021-03-06 17:19:35 +01:00
parent 0f99942806
commit dce69e12cd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ async def chat_stop(ctx):
@bot.command()
@commands.cooldown(1, 2, commands.BucketType.user)
async def rank(ctx, arg, argf=None):
async def lol_rank(ctx, arg, argf=None):
if argf is None:
try:
player = WATCHER.summoner.by_name(REGION, arg)