Functioncorev0.3.1DecoratorRegisterCommand#1#2Attaches deployment metadata so the framework registers this command globally or in specific guilds. RegisterCommand( scope: "global" ): (ctor: CommandCtor) => voidExamplesCopy\@RegisterCommand('global') class PingCommand extends BuilderComponent<'command'> {} // or BuilderComponent<'context_menu'>Paramsscopescope: 'global'