bump
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-04-20 17:09:04 -05:00
parent 82f8a12e27
commit b83360db35
48 changed files with 6079 additions and 49 deletions

View File

@@ -20,6 +20,8 @@ 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";
import type * as importer from "../importer.js";
import type * as importerActions from "../importerActions.js";
import type * as invites from "../invites.js";
import type * as links from "../links.js";
import type * as members from "../members.js";
@@ -57,6 +59,8 @@ declare const fullApi: ApiFromModules<{
dms: typeof dms;
files: typeof files;
gifs: typeof gifs;
importer: typeof importer;
importerActions: typeof importerActions;
invites: typeof invites;
links: typeof links;
members: typeof members;