mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
f
This commit is contained in:
@@ -7,7 +7,7 @@ export async function deleteEmoji(
|
||||
guildId: string,
|
||||
id: string,
|
||||
reason?: string,
|
||||
) {
|
||||
): Promise<undefined> {
|
||||
await requireBotGuildPermissions(guildId, ["MANAGE_EMOJIS"]);
|
||||
|
||||
const result = await rest.runMethod(
|
||||
|
||||
Reference in New Issue
Block a user