application commands

I used default guild ids but still getting global commands in console
3 Replies
čamdžić
čamdžićOP2w ago
ApplicationCommandRegistries.setDefaultGuildIds([container.config.guildId]);
ApplicationCommandRegistries.setDefaultBehaviorWhenNotIdentical(
RegisterBehavior.BulkOverwrite
);
ApplicationCommandRegistries.setDefaultGuildIds([container.config.guildId]);
ApplicationCommandRegistries.setDefaultBehaviorWhenNotIdentical(
RegisterBehavior.BulkOverwrite
);
I did this, but I still get Successfully overwrote global application commands. The application now has 0 global commands I want commands to be registered only in those guilds
secre
secre2w ago
itsn't it showing which commands was registered as guild commands?
čamdžić
čamdžićOP2w ago
no im trying to disable global commands and make bot only register commands for specific guilds and can't do that nvm fixeed

Did you find this page helpful?