fix: add handler/oauth to exports (#495)

This commit is contained in:
ayntee
2021-01-31 19:59:43 +04:00
committed by GitHub
parent fe746be64f
commit ed4be2a12d
+1
View File
@@ -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";