Add custom emojis
All checks were successful
Build and Release / build-and-release (push) Successful in 10m4s

This commit is contained in:
Bryan1029384756
2026-02-16 21:33:37 -06:00
parent 2b9fd4e7e0
commit b63c7a71e1
10 changed files with 663 additions and 73 deletions

View File

@@ -12,6 +12,7 @@ import type * as auth from "../auth.js";
import type * as categories from "../categories.js";
import type * as channelKeys from "../channelKeys.js";
import type * as channels from "../channels.js";
import type * as customEmojis from "../customEmojis.js";
import type * as dms from "../dms.js";
import type * as files from "../files.js";
import type * as gifs from "../gifs.js";
@@ -39,6 +40,7 @@ declare const fullApi: ApiFromModules<{
categories: typeof categories;
channelKeys: typeof channelKeys;
channels: typeof channels;
customEmojis: typeof customEmojis;
dms: typeof dms;
files: typeof files;
gifs: typeof gifs;