Table of Contents

Method CreateApplicationEmojiAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

CreateApplicationEmojiAsync(string, Stream)

Creates a new emoji owned by the current application.

public ValueTask<DiscordEmoji> CreateApplicationEmojiAsync(string name, Stream image)

Parameters

name string

The name of the emoji.

image Stream

The image of the emoji.

Returns

ValueTask<DiscordEmoji>

The created emoji.