mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-03-20 23:43:26 +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…
Add table
Reference in a new issue