Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 471 Bytes

autorpg

A discord bot game that players can idle and earn experience/fight monsters/gain items/level up/other fun stuff!

See a live leaderboard, overworld, and more at https://autorpg.deadnet.org

self-hosted

  • Use pip to install dependencies (discord.py, ormar, uvloop)
  • Edit config.example.py and change configurations.
    • Important changes to note are bot token, application ID, channel IDs, database info
  • Rename config.example.py to config.py
  • Run bot.py