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,