Method HasIntent
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HasIntent(DiscordIntents, DiscordIntents)
Calculates whether these intents have a certain intent.
public static bool HasIntent(this DiscordIntents intents, DiscordIntents search)
Parameters
intentsDiscordIntentsThe base intents.
searchDiscordIntentsThe intents to search for.