Functioncorev0.8.0DecoratorRegisterCommand#1#2#3Registers a command in the guilds listed under commands.guilds. With no ids listed there, the command deploys globally. RegisterCommand(): (ctor: CommandCtor) => voidExamplesCopy\@RegisterCommand() class PingCommand extends BuilderComponent<'command'> {} // or BuilderComponent<'context_menu'>