WIll this work?

public override registerApplicationCommands(registry: Command.Registry) {
registry.registerChatInputCommand(command => command.setName("ping").setDescription("Pong!"), {
idHints: [`${this.container.client.id}`],
});
}
public override registerApplicationCommands(registry: Command.Registry) {
registry.registerChatInputCommand(command => command.setName("ping").setDescription("Pong!"), {
idHints: [`${this.container.client.id}`],
});
}
Solution:
no, the id is meant to be the id for the command once its been created initially iirc i could be wrong on that, i dont 100% remember since i always use BulkOverwrite...
Jump to solution
1 Reply
Solution
KaydaFox
KaydaFox9mo ago
no, the id is meant to be the id for the command once its been created initially iirc i could be wrong on that, i dont 100% remember since i always use BulkOverwrite
Want results from more Discord servers?
Add your server