mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
Update remove_discovery_subcategory.ts
This commit is contained in:
@@ -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,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user