Method RemoveIntent
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
RemoveIntent(DiscordIntents, DiscordIntents)
Removes an intent from these intents.
public static DiscordIntents RemoveIntent(this DiscordIntents intents, DiscordIntents toRemove)
Parameters
intents
DiscordIntentsThe base intents.
toRemove
DiscordIntentsThe intents to remove.