mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Add the Emoji payload type
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface EmojiPayload {
|
||||
name: string;
|
||||
id?: string;
|
||||
animated?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user