Commands aren't being updated on Discord's end
Hello. I'm having trouble with commands not being updated on Discord's end. I added options to one of my commands, but the option isn't showing up in Discord. I've also tried removing the command completely from the
dist
folder, but that just results in a command that times out, instead of saying the command is outdated.11 Replies
The second log is from after removing the command (note the commands goes from 17 to 16). I'm pretty sure there should be an extra line from Sapphire saying it updated commands.
Here's the bot's source btw:
https://github.com/SkyblockClient/SkyAnswers
GitHub
GitHub - SkyblockClient/SkyAnswers
Contribute to SkyblockClient/SkyAnswers development by creating an account on GitHub.
Unless you set the default override strategy to BulkOverwrite (see our guide) then Sapphire will not remove old commands automatically
or rather, Sapphire never will, but Bulk Overwrite bypasses whatever Sapphire does
But it should still update commands, right? I've updated commands in the past.
It should yes. Can you try to set bulk overwrite regardless? See if that fixes the problem.
Where's the information for that in the guide?
i'm having VPS issues. you'll have to gimme a minute. π
oh wait. i just noticed the errors.
are upper case letters not allowed? the option is called "snarkyRemark"
Nop
Solution
You can name it βsnarky-remarkβ
π
wish there was a linter or something to validate these options. i have so many issues with them. lol
okay it works now π
i need to figure out if PM2 has a way to show stdout and stderr together π