summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2025-11-17 17:40:52 -0600
committerMathMan05 <mathmanrm@gmail.com>2025-11-17 17:40:52 -0600
commitc7201d09aa9198ec34e3289f894281cfa4c00ff9 (patch)
tree4f288fd524d0d9369dfebc0348d129dfc6aaeb04 /src/api
parentadd spacing (diff)
downloadserver-ts-c7201d09aa9198ec34e3289f894281cfa4c00ff9.tar.xz
rename varriable
Diffstat (limited to 'src/api')
-rw-r--r--src/api/util/handlers/Message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/util/handlers/Message.ts b/src/api/util/handlers/Message.ts

index 979aeaf7..e3d5a99f 100644 --- a/src/api/util/handlers/Message.ts +++ b/src/api/util/handlers/Message.ts
@@ -316,7 +316,7 @@ export async function handleMessage(opts: MessageOptions): Promise<Message> { return User.findOne({ where: { id: x } }); }), ) - ).filter((role) => role !== null), + ).filter((user) => user !== null), ]; message.mention_everyone = mention_everyone;