Table of Contents

Method RemoveIntent

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

RemoveIntent(DiscordIntents, DiscordIntents)

Removes an intent from these intents.

public static DiscordIntents RemoveIntent(this DiscordIntents intents, DiscordIntents toRemove)

Parameters

intents DiscordIntents

The base intents.

toRemove DiscordIntents

The intents to remove.

Returns

DiscordIntents