fix: export helper method in mod.ts

This commit is contained in:
Nicholas Sylke
2021-06-20 19:21:07 -05:00
parent e49e4ab36f
commit c44651a701
+2
View File
@@ -100,6 +100,7 @@ import { editBotProfile } from "./misc/edit_bot_profile.ts";
import { editBotStatus } from "./misc/edit_bot_status.ts"; import { editBotStatus } from "./misc/edit_bot_status.ts";
import { getGatewayBot } from "./misc/get_gateway_bot.ts"; import { getGatewayBot } from "./misc/get_gateway_bot.ts";
import { getUser } from "./misc/get_user.ts"; import { getUser } from "./misc/get_user.ts";
import { getApplicationInfo } from "./oauth/get_application.ts";
import { addRole } from "./roles/add_role.ts"; import { addRole } from "./roles/add_role.ts";
import { createRole } from "./roles/create_role.ts"; import { createRole } from "./roles/create_role.ts";
import { deleteRole } from "./roles/delete_role.ts"; import { deleteRole } from "./roles/delete_role.ts";
@@ -246,6 +247,7 @@ export {
getStageInstance, getStageInstance,
getTemplate, getTemplate,
getUser, getUser,
getApplicationInfo,
getVanityURL, getVanityURL,
getVoiceRegions, getVoiceRegions,
getWebhook, getWebhook,