mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: Typo in src/util/MessageFlags.js (#9312)
This commit is contained in:
@@ -44,7 +44,7 @@ MessageFlags.FLAGS = {
|
||||
HAS_THREAD: 1 << 5,
|
||||
EPHEMERAL: 1 << 6,
|
||||
LOADING: 1 << 7,
|
||||
SUPPRESS_NOTIFICATIONS: 1 >> 12,
|
||||
SUPPRESS_NOTIFICATIONS: 1 << 12,
|
||||
};
|
||||
|
||||
module.exports = MessageFlags;
|
||||
|
||||
Reference in New Issue
Block a user