import { type DiscordCreateApplicationCommand } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Properties
Name of command, 1-32 characters.
ApplicationCommandTypes.ChatInput
command names must match the following regex ^[-_\p{L}\p{N}\p{sc=Deva}\p{sc=Thai}]{1,32}$
with the unicode flag set.
If there is a lowercase variant of any letters used, you must use those.
Characters with no lowercase variants and/or uncased letters are still allowed.
ApplicationCommandTypes.Userand
ApplicationCommandTypes.Message` commands may be mixed case and can include spaces.
Localization object for name
field. Values follow the same restrictions as name
Description for ApplicationCommandTypes.ChatInput
commands, 1-100 characters. Empty string for ApplicationCommandTypes.User
and ApplicationCommandTypes.Message
commands
Localization object for description
field. Values follow the same restrictions as description