Duxty is a command line tool that makes it easy to setup discord bots
You can install duxty by using "npm":
npm install -g duxty
This was install duxty globally which allows you to use duxt
Check if it was installed correctly by using:
duxt version
Starting a new project can be done by using:
duxt
You can also pass in a token for your project by using:
duxt -t [token]
or
duxt --token=[token]
Duxty also allows you to set a default token for all of your projects. This can be done by using:
duxt token [token]
Duxty will automatically use the token provided as an argument. If that is not found, it falls back to using the default token.
This project is licensed under the MIT License