Method AddIntent
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.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.