mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update /userinfo
This commit is contained in:
parent
42050342bc
commit
3e113eaed6
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ class UserinfoCommand(Command):
|
|||
r.append(f"{account}")
|
||||
if account.dota is not None:
|
||||
r.append(f"{account.dota}")
|
||||
if account.brawlhalla is not None:
|
||||
r.append(f"{account.brawlhalla}")
|
||||
|
||||
for account in user.leagueoflegends:
|
||||
r.append(f"{account}")
|
||||
|
|
Loading…
Reference in a new issue