# Watora
Here's yet another forked repository of [Watora](https://github.com/Zenrac/Watora), the Discord music bot best girl. This repository includes some fixes and small changes. I don't actually know Python, so most of the credit goes to random people on StackOverflow and pure autistic stubbornness. Please join the [AnimeZero](https://discord.gg/AnimeZero) Discord server to see her in action.
## Requirements:
- [Python3.8+ with pip](https://www.python.org/downloads/)
- [mongodb](https://www.mongodb.com/download-center/community)
- [Java](https://www.java.com/fr/download/)
- [Watora Translations](https://github.com/Zenrac/watora-translations)
## Installation
```
git clone https://github.com/soulnull/Watora
cd Watora
```
Install or update all dependencies with `update.bat` on Windows, or `update.sh` on Linux.
## Get Started
- Fill your credentials and tokens in `config/tokens.json` and `settings.json`, you can use the examples as a base.
- Start a mongo server in a terminal with `mongod`.
- Make sure that you have at least one [Lavalink server](https://github.com/Frederikam/Lavalink) running to use music features.
- [Watora Translations](https://github.com/Zenrac/watora-translations) are supposed to go into `config/i18n/`
- You may have to delete the `cogs/web.py` cog has it will not be useful in any point for a local bot.
- Start Watora with `run.bat` on Windows, or `run.sh` on Linux.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details