Issue registering command on a specific guild using guildIds

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.
image.png
Was this page helpful?