feat: Add initial frontend components and their corresponding build assets, along with generated API types and configuration.
Some checks failed
Build and Release / build-and-release (push) Failing after 7m50s

This commit is contained in:
Bryan1029384756
2026-02-11 06:24:33 -06:00
parent cb4361da1a
commit c472f0ee2d
369 changed files with 1423 additions and 395 deletions

View File

@@ -19,6 +19,7 @@ import type * as members from "../members.js";
import type * as messages from "../messages.js";
import type * as presence from "../presence.js";
import type * as reactions from "../reactions.js";
import type * as readState from "../readState.js";
import type * as roles from "../roles.js";
import type * as typing from "../typing.js";
import type * as voice from "../voice.js";
@@ -42,6 +43,7 @@ declare const fullApi: ApiFromModules<{
messages: typeof messages;
presence: typeof presence;
reactions: typeof reactions;
readState: typeof readState;
roles: typeof roles;
typing: typeof typing;
voice: typeof voice;