about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-07-09 19:01:50 +0100
committerNoah <mounderfod@gmail.com>2022-07-09 19:01:50 +0100
commit5d1b2e09c330f39bdb98e7e906f8a72bcf9c90ab (patch)
treee918dbaa697abcdcdacde0b0fe0dbc1b2de64349
parentc839bdb2e1f5740660e37bc57a8b677b183a0d36 (diff)
downloaddiscobra-5d1b2e09c330f39bdb98e7e906f8a72bcf9c90ab.tar.gz
fix(client): {
-rw-r--r--discord/client.py2
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]]]:
         """