application commands

I used default guild ids but still getting global commands in console
Solution:
nvm fixeed
Jump to solution
4 Replies
čamdžić
čamdžićOP7mo 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
secre7mo ago
itsn't it showing which commands was registered as guild commands?
čamdžić
čamdžićOP7mo ago
no im trying to disable global commands and make bot only register commands for specific guilds and can't do that
Solution
čamdžić
čamdžić7mo ago
nvm fixeed

Did you find this page helpful?