Method AddIntent
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
AddIntent(DiscordIntents, DiscordIntents)
Adds an intent to these intents.
public static DiscordIntents AddIntent(this DiscordIntents intents, DiscordIntents toAdd)
Parameters
intents
DiscordIntentsThe base intents.
toAdd
DiscordIntentsThe intents to add.