#application commands

1 messages · Page 1 of 1 (latest)

lilac mulch
#

I used default guild ids but still getting global commands in console

uneven raptorBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

lilac mulch
#
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

reef slate
#

itsn't it showing which commands was registered as guild commands?

lilac mulch
#

no

#

im trying to disable global commands

#

and make bot only register commands for specific guilds

#

and can't do that

#

nvm fixeed