diff options
author | Noah <mounderfod@gmail.com> | 2022-07-09 19:01:50 +0100 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2022-07-09 19:01:50 +0100 |
commit | 5d1b2e09c330f39bdb98e7e906f8a72bcf9c90ab (patch) | |
tree | e918dbaa697abcdcdacde0b0fe0dbc1b2de64349 | |
parent | c839bdb2e1f5740660e37bc57a8b677b183a0d36 (diff) | |
download | discobra-5d1b2e09c330f39bdb98e7e906f8a72bcf9c90ab.tar.gz |
fix(client): {
-rw-r--r-- | discord/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py index b9abe1e..bd46bfc 100644 --- a/discord/client.py +++ b/discord/client.py @@ -169,6 +169,8 @@ class Client: "browser": "discobra", "device": "discobra" } + } + } def event(self, coro: Optional[Callable[..., Coroutine[Any, Any, Any]]]=None, /) -> Optional[Callable[..., Coroutine[Any, Any, Any]]]: """ |