mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix(helpers): add missing export for editBotStatus (#841)
This commit is contained in:
@@ -90,6 +90,7 @@ import { sendMessage } from "./messages/send_message.ts";
|
||||
import { unpin, unpinMessage } from "./messages/unpin_message.ts";
|
||||
import { getGatewayBot } from "./misc/get_gateway_bot.ts";
|
||||
import { getUser } from "./misc/get_user.ts";
|
||||
import { editBotStatus } from "./misc/edit_bot_status.ts";
|
||||
import { addRole } from "./roles/add_role.ts";
|
||||
import { createRole } from "./roles/create_role.ts";
|
||||
import { deleteRole } from "./roles/delete_role.ts";
|
||||
@@ -151,6 +152,7 @@ export {
|
||||
disconnectMember,
|
||||
editBotNickname,
|
||||
editBotProfile,
|
||||
editBotStatus,
|
||||
editChannel,
|
||||
editChannelOverwrite,
|
||||
editEmoji,
|
||||
|
||||
Reference in New Issue
Block a user