Table of Contents

Method DeleteStageInstanceAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

DeleteStageInstanceAsync(string)

Deletes the stage instance in this stage channel.

public Task DeleteStageInstanceAsync(string reason = null)

Parameters

reason string

The reason the stage instance was deleted.

Returns

Task