A simple discord bot which helps you manage your server by providing useful commands like playing music or deleting text messages.
- Ban
- Kick
- Userinfo
- Play music
- Skip songs
- Stop music
- Purge text messages
First make sure you have all the required tools installed on your local machine then continue with these steps.
# Clone the repository
git clone https://github.com/TannerGabriel/discord-bot.git
# Enter into the directory
cd discord-bot/
# Install the dependencies
npm install
After cloning the project and installing all dependencies you need to add your Discord API token in the config.json file.
node index.js
# Build the image
docker build --tag discordbot .
# Run the image
docker run -d discordbot
Gabriel Tanner
This project is licensed under the MIT License - see the LICENSE.md file for details