summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-05-11 00:44:19 +0300
committerGitHub <noreply@github.com>2022-05-11 00:44:19 +0300
commit8f5d673b840743c5762e7c90472a839ae63fa87c (patch)
tree0a13e24dd5e57e0cc2c13932693b1d05e216cee2 /util
parentUpdate MessageFlags.ts (diff)
downloadserver-8f5d673b840743c5762e7c90472a839ae63fa87c.tar.xz
Update MessageFlags.ts
Diffstat (limited to 'util')
-rw-r--r--util/src/util/MessageFlags.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/util/MessageFlags.ts b/util/src/util/MessageFlags.ts

index b8f8c857..b59295c4 100644 --- a/util/src/util/MessageFlags.ts +++ b/util/src/util/MessageFlags.ts
@@ -15,6 +15,6 @@ export class MessageFlags extends BitField { INTERACTION_WAIT: BigInt(1) << BigInt(7), // discord.com calls this LOADING // FAILED_TO_MENTION_SOME_ROLES_IN_THREAD: BigInt(1) << BigInt(8) SCRIPT_WAIT: BigInt(1) << BigInt(24), // waiting for the self command to complete - IMPORT_WAIT: BigInt(1) << BigInt(25), // last message of a channel bulk guild import, waiting for the rest of the channel to be backfilled + IMPORT_WAIT: BigInt(1) << BigInt(25), // latest message of a bulk import, waiting for the rest of the channel to be backfilled }; }