function deleteGlobalApplicationCommandimport { deleteGlobalApplicationCommand } from "https://deno.land/x/discordeno@17.2.0/mod.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>