1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Update /userinfo

This commit is contained in:
Steffo 2020-04-09 20:59:22 +02:00
parent 42050342bc
commit 3e113eaed6

View file

@ -45,6 +45,8 @@ class UserinfoCommand(Command):
r.append(f"{account}") r.append(f"{account}")
if account.dota is not None: if account.dota is not None:
r.append(f"{account.dota}") r.append(f"{account.dota}")
if account.brawlhalla is not None:
r.append(f"{account.brawlhalla}")
for account in user.leagueoflegends: for account in user.leagueoflegends:
r.append(f"{account}") r.append(f"{account}")