Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 691 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 691 Bytes

Fated

General purpose Discord bot built with hikari and Tanjun.

This was originally made for testing aiobungie

Requirements

  • Python >= 3.10
  • PostgreSQL >=13, Used for storing muted members information and Destiny 2 memberships.
  • Redis >= 6, Used for storing custom prefixes, and OAuth2 tokens. Optional.

You'll also need to make the user and database from psql yourself.

Running

  • Configs found here.
  • Requirements python -m pip install -r requirements.txt
  • Init the database python run.py db init
  • Run redis redis-server &
  • Run the bot python run.py