Here's the official repository of Watora, the discord music bot.
git clone https://github.com/Zenrac/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