This is my own discord bot created using discord-js framework and typescript, many features added to make this bot more interactive and usefull for daily use on discord platform.
- User can play, skip, and pause their music
- User can have fun with mini games such as coin flip, meme, and much more
- User can check their ping, make announcement, and create a polling
Frontend: -
Backend: Discord.JS
Database: -
Authentication: -
Clone the project
git clone https://github.com/Sleepy4k/discordjs-nakaaa-ts.gitGo to the project directory
cd discordjs-nakaaa-tsCopy .env.example into .env
cp .env.example .envInstall node dependencies
npm installOr, if you are in production mode run this command (don't forget to built it first)
npm install --productionStart the server
npm run devTo run this project, you will need to add the following environment variables to your .env file
BOT_NAME
BOT_ICON
BOT_TOKEN
BOT_AUTHOR
BOT_PREFIX
BOT_BROWSER
ACTIVITY_TYPE
ACTIVITY_NAME
CRASH_REPORT_WEBHOOK
CRASH_REPORT_ENABLE
If you have any feedback, please make an issue with detail description, proof of concept, and node dependencies list