Geralt

Geralt is a Discord bot that I created to help manage servers and provide fun and useful features to users. Here you can find the documentation for Geralt, including how to set it up and use its commands.

Started off as a simple project to impress friends which later became a

Development and deployment has been stopped. Running the latest version of Geralt might yield in errors due to multiple updates being made to the discord.py library.

Setup

  • Ensure you have Python 3.8 or more, PostgreSQL and Git installed.
  • Run git clone https://github.com/bsod2528/Geralt.git.
  • Install required packages from requirements.txt in a venv.
  • Setup all the tables in PostgreSQL database named geralt with any role from tables.sql.
  • Now simply open up the folder in your favourite IDE and run geralt.py.

Default prefix is .g.

Cogs Present