mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
IM STUPID
This commit is contained in:
parent
28da9a330c
commit
90e60bc827
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class SteampoweredCommand(rc.Command):
|
|||
|
||||
async def _call(self, method, *args, **kwargs):
|
||||
try:
|
||||
await ru.asyncify(method, *args, **kwargs)
|
||||
return await ru.asyncify(method, *args, **kwargs)
|
||||
except Exception as e:
|
||||
raise rc.ExternalError("\n".join(e.args).replace(self.config["Steam"]["web_api_key"], "HIDDEN"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue