mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix: export helper method in mod.ts
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user