This commit is contained in:
Puyodead1
2025-12-26 00:39:43 -05:00
parent f1ef4f7824
commit 0263198302
2 changed files with 12 additions and 2 deletions
+11 -1
View File
@@ -38,7 +38,17 @@ import {
Snowflake,
} from "@spacebar/util";
import { JsonValue } from "@protobuf-ts/runtime";
import { ApplicationCommand, GuildCreateResponse, PartialEmoji, PublicMember, PublicUser, PublicVoiceState, QuestUserStatusSchema, RelationshipType, UserPrivate } from "@spacebar/schemas";
import {
ApplicationCommand,
GuildCreateResponse,
PartialEmoji,
PublicMember,
PublicUser,
PublicVoiceState,
QuestUserStatusSchema,
RelationshipType,
UserPrivate,
} from "@spacebar/schemas";
export interface Event {
guild_id?: string;
+1 -1
View File
@@ -55,4 +55,4 @@ export * from "./extensions";
export * from "./Random";
export * from "./Url";
export * from "./SKUFlags";
export * from "./EntitlementGiftCodeFlags";
export * from "./EntitlementGiftCodeFlags";