summary refs log tree commit diff
path: root/gateway/src/opcodes/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 18:59:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 18:59:54 +0200
commite6839719a6e40bae0f75286bf677e787b5ec840c (patch)
tree6f67e1b10fdce54583b261df51fe5c2eb88a847b /gateway/src/opcodes/index.ts
parent:bug: fix bundle debug (diff)
parentMerge pull request #377 from TheArcaneBrony/request-logging (diff)
downloadserver-e6839719a6e40bae0f75286bf677e787b5ec840c.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to 'gateway/src/opcodes/index.ts')
-rw-r--r--gateway/src/opcodes/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/src/opcodes/index.ts b/gateway/src/opcodes/index.ts

index a6d13bfb..c4069589 100644 --- a/gateway/src/opcodes/index.ts +++ b/gateway/src/opcodes/index.ts
@@ -21,5 +21,6 @@ export default { 8: onRequestGuildMembers, // 9: Invalid Session // 10: Hello + // 13: Dm_update 14: onLazyRequest, };