Reworked version of good ol' Risibot made in nodejs. Adding more stability and scalability features, fully rewrote under Python 3.10 and Disnake 2
$ pip install -U python-venv
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r dev-requirements.txt
$ autohooks activate
$ cp .example.env .env
$ nano .env
$ python bot.py