#what is route?
1 messages · Page 1 of 1 (latest)
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
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 /.*/