about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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]]]:
         """