This commit is contained in:
ITOH
2021-04-06 22:25:26 +02:00
parent 484e995140
commit 96d26605ca
20 changed files with 143 additions and 80 deletions
+1 -1
View File
@@ -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(