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