Table of Contents

Method DeferAsync

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

DeferAsync(bool)

Creates a deferred response to this interaction.

public Task DeferAsync(bool ephemeral = false)

Parameters

ephemeral bool

Whether the response should be ephemeral.

Returns

Task