IntentsBuilder
IntentsBuilder is used to construct intents for a Discord bot, specifying which events the bot will receive.
Usage:
Properties
The IntentsBuilder instance has no set properties!
Methods
The IntentsBuilder instance has no set methods!
Functions
new
Creates a new instance of IntentsBuilder with the specified intents.
fromDefault
IntentsBuilder . fromDefault () -> ()
Creates a new instance of IntentsBuilder with the default intents.
fromAll
IntentsBuilder . fromAll () -> ()
Creates a new instance of IntentsBuilder with all available intents.