Here's yet another forked repository of 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 Discord server to see her in action.
git clone https://github.com/soulnull/Watora
cd Watora
Install or update all dependencies with update.bat
on Windows, or update.sh
on Linux.
- Fill your credentials and tokens in
config/tokens.json
andsettings.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 running to use music features.
- 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, orrun.sh
on Linux.
This project is licensed under the MIT License - see the LICENSE file for details