You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
Creatíng a router for your command framework is quite simple - Just extend the CommandRouter class and implement the route() method.
You can transform your interaction into a command string by calling the protected makeCommandString(Interaction) method. This will return the exact command the user entered. The prefix of the command can be changed by changing the protected prefix field.
Check out the ACFRouter if you want a better example.