From c44651a701cd47a23c3624ee6f8eae0a4de00e68 Mon Sep 17 00:00:00 2001 From: Nicholas Sylke Date: Sun, 20 Jun 2021 19:21:07 -0500 Subject: [PATCH] fix: export helper method in mod.ts --- src/helpers/mod.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helpers/mod.ts b/src/helpers/mod.ts index ed24ba77e..7dc05aa84 100644 --- a/src/helpers/mod.ts +++ b/src/helpers/mod.ts @@ -100,6 +100,7 @@ import { editBotProfile } from "./misc/edit_bot_profile.ts"; import { editBotStatus } from "./misc/edit_bot_status.ts"; import { getGatewayBot } from "./misc/get_gateway_bot.ts"; import { getUser } from "./misc/get_user.ts"; +import { getApplicationInfo } from "./oauth/get_application.ts"; import { addRole } from "./roles/add_role.ts"; import { createRole } from "./roles/create_role.ts"; import { deleteRole } from "./roles/delete_role.ts"; @@ -246,6 +247,7 @@ export { getStageInstance, getTemplate, getUser, + getApplicationInfo, getVanityURL, getVoiceRegions, getWebhook,