diff --git a/src/api/structures/mod.ts b/src/api/structures/mod.ts index abbdea3b7..5ad8b97ba 100644 --- a/src/api/structures/mod.ts +++ b/src/api/structures/mod.ts @@ -27,3 +27,10 @@ export function updateStructures(newStructures: Structures) { ...newStructures, }; } + +export type { Channel } from "./channel.ts"; +export type { Guild } from "./guild.ts"; +export type { Member } from "./member.ts"; +export type { Message } from "./message.ts"; +export type { Role } from "./role.ts"; +export type { Template } from "./template.ts"; diff --git a/src/ws/deps.ts b/src/ws/deps.ts index 7a67c7808..d008f1cb6 100644 --- a/src/ws/deps.ts +++ b/src/ws/deps.ts @@ -1 +1 @@ -export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.22/target/zlib/deno.js"; +export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.25/target/zlib/deno.js";