Versa is a Discord user app (bot) aimed to provide helpful utility commands
Versa is a simple utility Discord bot, made to be used as a user app.
- Create an application on https://discord.com/developers/applications
- Generate an OAuth link and add install the bot to your Discord account (this bot is intended as a user app)
- Clone your repository onto a VPS or your own PC with
git clone <your repo url.git> - Make sure Python 3.13+ is installed
- Run
pip install -r requirements.txtTODO Update to uv when we do it - Use PM2 or a similar tool to run the bot (
pm2 start bot.py --name Versa --interpreter python3)
This project is licensed under AGPL-3.0. Forks and redistributions must remain open-source. See the LICENSE file for further info