Ashachor
Ashachor
SIASapphire - Imagine a framework
Created by Ashachor on 6/30/2024 in #sapphire-support
Slash command registered, but not displaying.
Nevermind, I guess it takes longer than a few minutes for discord to update the commands? I've driven to work and now the /test command shows up.
12 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/30/2024 in #sapphire-support
Slash command registered, but not displaying.
Could it be the name? I changed the name from 'test' to 'new-dummy-command' and that one showed up. When I tried to set it back to 'test' the 'new-dummy-command' still shows up for some reason, even after a few minutes.
12 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/30/2024 in #sapphire-support
Slash command registered, but not displaying.
No description
12 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/30/2024 in #sapphire-support
Slash command registered, but not displaying.
No, the other is named 'sal'.
12 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/30/2024 in #sapphire-support
Slash command registered, but not displaying.
I have another slash command (which is a bunch of subcommands) that is registered just fine and showing up.
12 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/30/2024 in #sapphire-support
Slash command registered, but not displaying.
No description
12 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/28/2024 in #sapphire-support
Slash Command - The application did not respond - nothing in console.
Totally missed that in the documentation. Thank you so much!
6 replies
SIASapphire - Imagine a framework
Created by Ashachor on 6/28/2024 in #sapphire-support
Slash Command - The application did not respond - nothing in console.
Framework and plugins
"dependencies": {
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/utilities": "^3.16.2",
"discord-api-types": "^0.37.91",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"sqlite3": "^5.1.7"
}
"dependencies": {
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/utilities": "^3.16.2",
"discord-api-types": "^0.37.91",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"sqlite3": "^5.1.7"
}
6 replies