what is route?
how to use that?
Solution:Jump to 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.
3 Replies
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.
And can I add no prefix system like user can use msg cmd without prefix
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
/.*/