summary refs log tree commit diff
path: root/util/src
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-04-23 16:40:54 +0300
committerGitHub <noreply@github.com>2022-04-23 16:40:54 +0300
commite69c8a31a5f051c75a1c5544d210b8c0ae76e9c6 (patch)
tree42a8d0e52ce7034f0d3c1bd6ed9bfc4dc96cc504 /util/src
parentself commands and /me messages (diff)
downloadserver-e69c8a31a5f051c75a1c5544d210b8c0ae76e9c6.tar.xz
Update Message.ts
Diffstat (limited to 'util/src')
-rw-r--r--util/src/entities/Message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Message.ts b/util/src/entities/Message.ts

index 8bd50455..e18cf691 100644 --- a/util/src/entities/Message.ts +++ b/util/src/entities/Message.ts
@@ -45,9 +45,9 @@ export enum MessageType { ENCRYPTED = 16, REPLY = 19, APPLICATION_COMMAND = 20, // application command or self command invocation - SELF_COMMAND_SCRIPT = 21, // self command scripts ROUTE_ADDED = 41, // custom message routing: new route affecting that channel ROUTE_DISABLED = 42, // custom message routing: given route no longer affecting that channel + SELF_COMMAND_SCRIPT = 43, // self command scripts ENCRYPTION = 50, CUSTOM_START = 63, UNHANDLED = 255