#Issue registering command on a specific guild using guildIds

1 messages · Page 1 of 1 (latest)

dusk linden
#

Hello, I am having some issues trying to register a slash command to a specific guild. I have this "dev" command that should be registering on one guild (my dev guild), for that im specifying the guild ID in the guildIds array in the registry options. I had an issue before were the command was being registered into both (global and guild) so it was showing duplicated commands. To revert that, I deleted every global slash command aswell as guild commands and let sapphire handle the registration of all of them from scratch, but this "dev" command is registering globally. I have no idea if im doing something wrong or if this is potentially an issue within the library.

#
  "dependencies": {
    "@sapphire/framework": "^4.8.2",
    "@sapphire/plugin-hmr": "^2.0.3",
    "@sapphire/plugin-subcommands": "^5.1.0",
    "@sapphire/utilities": "^3.13.0",
    "discord.js": "^14.14.1",
  },