Make your Discord.js v13 bot, Fast.
- Clone or Fork this project
git clone https://github.com/Tin-Tinnaphat/discord.js-v13-bot-starter.git
- Run
yarn
ornpm install
to install dependencies - Rename
.env.example
to.env
and add your bot information - Run deploy.js to deploy command first ( Do this process once, Or after you add command )
- ( Development ) Run
yarn dev
ornpm run dev
( Production ) Runyarn start
ornpm start
- Ready to go!
- Eslint and Prettier ( For formatting code )
- Dotenv ( For Environments Variables )
- Table ( For cool graphics in terminal )