Implementing intents default and intents all #654
-
Although sapphire provides similar functionality to discord.py, I would like to see the implementation of "discord.Intents.all()" and "discord.Intents.default()" to simplify the specification of intents. By implementing default and all, I will be able to prevent things like malfunctions due to wrong intent designations by beginners, and TypeScript problems when making Bots that use all intents with super multifunctionality by advanced people, and it will look pretty, too. There is a concern that implementing default and all will create security and privacy issues that are somewhat prevented by Discord in the form of privileged intents. Encourage people to use all only if they know what they are doing, such as intermediate people. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Discord.js actually used to support this as |
Beta Was this translation helpful? Give feedback.
Discord.js actually used to support this as
Intents.ALL
, however, it was later removed in discordjs/discord.js#6050