mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
fix: types exports of transformers (#2119)
* fix: types exports of transformers * fix: deno fmt
This commit is contained in:
@@ -9,6 +9,7 @@ export * from "./channel.ts";
|
||||
export * from "./component.ts";
|
||||
export * from "./embed.ts";
|
||||
export * from "./emoji.ts";
|
||||
export * from "./gatewayBot.ts";
|
||||
export * from "./guild.ts";
|
||||
export * from "./integration.ts";
|
||||
export * from "./interaction.ts";
|
||||
@@ -18,8 +19,12 @@ export * from "./message.ts";
|
||||
export * from "./presence.ts";
|
||||
export * from "./role.ts";
|
||||
export * from "./scheduledEvent.ts";
|
||||
export * from "./stageInstance.ts";
|
||||
export * from "./sticker.ts";
|
||||
export * from "./team.ts";
|
||||
export * from "./threadMember.ts";
|
||||
export * from "./voiceRegion.ts";
|
||||
export * from "./voiceState.ts";
|
||||
export * from "./webhook.ts";
|
||||
export * from "./sticker.ts";
|
||||
export * from "./welcomeScreen.ts";
|
||||
export * from "./widget.ts";
|
||||
|
||||
Reference in New Issue
Block a user