From 3e113eaed622dd106683fe0750d70aa4fb05d1ff Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 9 Apr 2020 20:59:22 +0200 Subject: [PATCH] Update /userinfo --- royalpack/commands/userinfo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/royalpack/commands/userinfo.py b/royalpack/commands/userinfo.py index d77b8eff..44f52774 100644 --- a/royalpack/commands/userinfo.py +++ b/royalpack/commands/userinfo.py @@ -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}")