what is route?

how to use that?
Solution:
it's part of the API plugin if you want to host a REST api along with your bot, see more details on https://sapphirejs.dev
Sapphire Framework
Home | Sapphire
Sapphire is a next-gen Discord bot framework for developers of all skill levels to make the best JavaScript/TypeScript based bots possible.
Jump to solution
3 Replies
Solution
Favna
Favna3mo ago
it's part of the API plugin if you want to host a REST api along with your bot, see more details on https://sapphirejs.dev
Sapphire Framework
Home | Sapphire
Sapphire is a next-gen Discord bot framework for developers of all skill levels to make the best JavaScript/TypeScript based bots possible.
S A H i L
S A H i LOP3mo ago
And can I add no prefix system like user can use msg cmd without prefix
Favna
Favna3mo ago
For starters you should really use slash commands for all the advantages it has but if you really really want to use prefixless commands (which is a really bad idea for many many reasons) then use a regexPrefix and set it to /.*/

Did you find this page helpful?