function createGlobalApplicationCommandimport { createGlobalApplicationCommand } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; createGlobalApplicationCommand(bot: Bot, command: CreateApplicationCommand): Promise<ApplicationCommand>Creates an application command accessible globally; across different guilds and channels. Parametersbot: Bot The bot instance to use to make the request. command: CreateApplicationCommand The command to create. ReturnsPromise<ApplicationCommand>An instance of the created ApplicationCommand.