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

publish: 5.12.1

This commit is contained in:
Steffo 2020-07-11 02:31:11 +02:00
parent 950642728b
commit 916dcbad23
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
[tool.poetry] [tool.poetry]
name = "royalpack" name = "royalpack"
version = "5.12.0" version = "5.12.1"
description = "A Royalnet command pack for the Royal Games community" description = "A Royalnet command pack for the Royal Games community"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"] authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+" license = "AGPL-3.0+"

View file

@ -26,7 +26,7 @@ class BrawlhallaCommand(LinkerCommand):
syntax: str = "" syntax: str = ""
def token(self): def token(self):
return self.config['Brawlhalla']['token'] return self.config['brawlhalla']['token']
async def get_updatables_of_user(self, session, user: rbt.User) -> List[Brawlhalla]: async def get_updatables_of_user(self, session, user: rbt.User) -> List[Brawlhalla]:
return user.steam return user.steam

View file

@ -1 +1 @@
semantic = "5.12.0" semantic = "5.12.1"