summary refs log tree commit diff
path: root/src/gateway/util/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-06 23:29:08 +1000
committerGitHub <noreply@github.com>2023-08-06 23:29:08 +1000
commit549979372b3d080c133f845b2fa9b6d8645d7875 (patch)
tree0985cb4c204956e4246e23180e3d471fef92ba9a /src/gateway/util/index.ts
parentgoof (diff)
parentremove pomelo disclose, to be added in pomelo impl pr (diff)
downloadserver-549979372b3d080c133f845b2fa9b6d8645d7875.tar.xz
Merge pull request #966 from spacebarchat/feat/refactorIdentify
Rewrite identify handler
Diffstat (limited to 'src/gateway/util/index.ts')
-rw-r--r--src/gateway/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gateway/util/index.ts b/src/gateway/util/index.ts

index 627f12b2..6ef694d9 100644 --- a/src/gateway/util/index.ts +++ b/src/gateway/util/index.ts
@@ -21,3 +21,4 @@ export * from "./Send"; export * from "./SessionUtils"; export * from "./Heartbeat"; export * from "./WebSocket"; +export * from "./Capabilities";