mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.9.10
This commit is contained in:
parent
76af87725e
commit
68a3c910b0
3 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalpack"
|
name = "royalpack"
|
||||||
version = "5.9.9"
|
version = "5.9.10"
|
||||||
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+"
|
||||||
|
|
|
@ -45,7 +45,10 @@ class Steam:
|
||||||
|
|
||||||
def json(self):
|
def json(self):
|
||||||
return {
|
return {
|
||||||
"steamid": self._steamid,
|
"steamid2": self.steamid.as_steam2,
|
||||||
|
"steamid3": self.steamid.as_steam3,
|
||||||
|
"steamid32": self.steamid.as_32,
|
||||||
|
"steamid64": self.steamid.as_64,
|
||||||
"persona_name": self.persona_name,
|
"persona_name": self.persona_name,
|
||||||
"profile_url": self.profile_url,
|
"profile_url": self.profile_url,
|
||||||
"avatar": self.avatar,
|
"avatar": self.avatar,
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.9.9"
|
semantic = "5.9.10"
|
||||||
|
|
Loading…
Reference in a new issue