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-20 21:49:42 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 21:49:42 +0200
commit16a3d1b334315099a83c64dfd5d3c2fa9386e6fb (patch)
tree114bdb80b0a95ee4c2eec35bb3fdc044adbfe721 /gateway/src/opcodes/index.ts
parent:sparkles: route middleware test option (diff)
parent:bug: fix relationships (diff)
downloadserver-16a3d1b334315099a83c64dfd5d3c2fa9386e6fb.tar.xz
Merge branch 'master' into unittests
Diffstat (limited to '')
-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, };