mirror of
https://github.com/Floriansylvain/Risitas_BOT.git
synced 2026-08-19 11:43:16 +02:00
✏️ - Changed $rank into $lol_rank in anticipation of futures League of Legends commands.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user