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
stringThe name of the emoji.
image
StreamThe image of the emoji.
Returns
- ValueTask<DiscordEmoji>
The created emoji.