From ed4be2a12d4a2952c63f5687a4fe3b4183ec2409 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 31 Jan 2021 19:59:43 +0400 Subject: [PATCH] fix: add handler/oauth to exports (#495) --- mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.ts b/mod.ts index 21f07a0c4..d7d9a2bd5 100644 --- a/mod.ts +++ b/mod.ts @@ -12,6 +12,7 @@ export * from "./src/api/handlers/channel.ts"; export * from "./src/api/handlers/guild.ts"; export * from "./src/api/handlers/member.ts"; export * from "./src/api/handlers/message.ts"; +export * from "./src/api/handlers/oauth.ts"; export * from "./src/api/handlers/webhook.ts"; export * from "./src/api/structures/channel.ts"; export * from "./src/api/structures/guild.ts";