An open-source multi-purpose Discord bot built with Discord.py and PostgreSQL
Wavy
Wavy is an open-source multi-purpose Discord bot built with Discord.py and PostgreSQL.
How to use
Requirements:
Then copy the .env.example
file to .env
and edit it using your preferred text editor.
Afterwards install the required dependencies and start the bot using
python3 -m pip install -r requirements.txt
python3 main.py
The aforementioned however is only to run the bot. You wil also need some way to configure it, like a web dashboard. Wavy’s web dashboard is located here.
GitHub