mirror of
https://github.com/Floriansylvain/Risitas_BOT.git
synced 2026-08-19 19:53:19 +02:00
🎨 - Some cleaning
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ from private import token_riot
|
||||
watcher = LolWatcher(token_riot)
|
||||
region = 'EUW1'
|
||||
|
||||
def rank_track(nickname, player):
|
||||
def rank_track(player):
|
||||
ranked_stats = watcher.league.by_summoner(region, player['id'])
|
||||
if not ranked_stats:
|
||||
return 'Unranked cette saison.'
|
||||
|
||||
Reference in New Issue
Block a user