diff --git a/structures/emoji.ts b/structures/emoji.ts new file mode 100644 index 000000000..cf8ba3123 --- /dev/null +++ b/structures/emoji.ts @@ -0,0 +1,5 @@ +export interface EmojiPayload { + name: string; + id?: string; + animated?: boolean; +} \ No newline at end of file