Command not registering
I've worked on this command about 3 days ago hoping it'd register and it's not registering but all of my other command are: https://sourceb.in/IOy0a5ZSIX
Could someone please try and see what I am doing wrong?
Solution:Jump to solution
Update your Sapphire dependency.
```ts
chatInputCommand: {
register: true,
behaviorWhenNotIdentical: RegisterBehavior.Overwrite...
Sapphire Framework
Creating a basic slash command | Sapphire
This section covers the absolute minimum for setting up a slash command. We have an entire "Application Commands"
1 Reply
Solution
Update your Sapphire dependency.
was removed ages ago. Before we even released v3. That's from a v3-beta. The proper way is https://www.sapphirejs.dev/docs/Guide/getting-started/creating-a-basic-app-command
Sapphire Framework
Creating a basic slash command | Sapphire
This section covers the absolute minimum for setting up a slash command. We have an entire "Application Commands"