Update remove_discovery_subcategory.ts

This commit is contained in:
ITOH
2021-04-20 17:21:18 +02:00
parent 455c0ad96d
commit 6a29304f20
@@ -3,7 +3,7 @@ import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";
/** Removes a discovery subcategory from the guild. Requires the MANAGE_GUILD permission. Returns a 204 No Content on success. */
export async function deleteDiscoverySubcategory(
export async function removeDiscoverySubcategory(
guildId: string,
categoryId: number,
) {