This project is a open source from
Midori Discord bot coded in JavaScript with Discord.js Modify by: gsv99.
Feel free to add a star ⭐ to the repository to promote the project!
A simple discord bot that helps you manage your server by providing useful commands like playing music or deleting text messages.
You can find the Original Soucer of the bot
- Ban
- Userinfo
- Purge text messages
- Play music
- Skip songs
- Stop music
- Volume
Nome | Tipo | Versão |
---|---|---|
Node.js | JS | 12.17.0 |
Discord.js | NPM | 12.3.1 |
Mongoose | NPM | 5.10.2 |
Ms | NPM | 2.1.2 |
Path | NPM | 0.12.7 |
Colors | NPM | 1.4.0 |
Canvas | NPM | 2.6.1 |
Node-fetch | NPM | 2.6.0 |
Is-image | NPM | 3.0.0 |
Mathjs | NPM | 7.2.0 |
Check-links | NPM | 1.1.8 |
Twitch-Api-v5 | NPM | 2.0.4 |
MongoDB | DB | 3.8 |
Jikan | API | v3.4.0 |
Tenor | API | v1.0.0 |
Twitch | API | v5.0.0 |
OpenWeather | API | 2.5 |
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/gsv99/Midori-Bot.git
# Enter into the directory
cd Midori-Bott/
# 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
## Common errors
Here is a list of common errors and how you can fix them.
### Dependencies aren't up to date
The packages used in this repository get updated often, especially the ytdl-core package. That is why it is always worth a try updating those if you get an error like `invalid URL: undefined` or when the bot crashes when running the play command.
```bash
npm install ytdl-core@latest
Gabriel da Silva Vasconcelos
This project is licensed under the MIT License - see the LICENSE.md file for details