A Discord bot using discord.js
NodeJs: 16.6.0 // or higher
typescript: 4.7.3 // or higher
discord.js: 14.0.3 // or higher
yarn: 1.22.19 // or higher
you need to create an .env
file with your bot token
Env Example
TOKEN=discord_bot_token
replace discord_bot_token
for your bot token
yarn install // installs the required dependencies
yarn build // compile
yarn start // start the bot