A relatively simple implementation of discord bot for personal hosting. The bots primary purpose is to play music in discord. It also has some moderation capabilities, along with showing respective users join date in the server.
It is written completely using JS.
Ideally to properly use this, you would deploy it to a cloud to maintain a 24/7 availability. Otherwise, you can host in locally and then the bot will be active, so long as the code is running in the PC.
Install with npm
npm i
Create a .env file in the root, you can follow the .example.env file, and replace those with your respective bots values from the discord developer portal
Contributions are always welcome!
You can find a sample command in the temp_sample directory