ZumitoTeam / zumito-template

Template for start creating your own discord bot using zumito-framework
GNU General Public License v3.0
1 stars 0 forks source link

zumito-template

Template for start creating your own discord bot using zumito-framework

Setup

Before start working on the project, you need to install the required dependencies by running that command

npm i

Run

To start the bot you just need to run the start script:

npm run start


You can also start in debug mode to see more logging and enable extras like module file watch

npm run dev