function deleteGlobalApplicationCommandimport { deleteGlobalApplicationCommand } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; deleteGlobalApplicationCommand(bot: Bot, commandId: BigString): Promise<void>Deletes an application command registered globally. Parametersbot: Bot The bot instance to use to make the request. commandId: BigString The ID of the command to delete. ReturnsPromise<void>