mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Added message select menues (mentionable not available)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
export const gateWayIntents = Object.freeze({
|
||||
Guilds: 1 << 0,
|
||||
GuildMembers: 1 << 1,
|
||||
|
||||
Reference in New Issue
Block a user