Skip to content

Development

Ignacio Cuellar Tapia edited this page Sep 29, 2021 · 7 revisions

Requeriments:

  • Python: To run the project.
  • Mysql: To store persistent data.

File composition:

Main files

  • bot.py: Core and Discord commands.
  • db.py: Mysql connection and querys/mutation.
  • osu.py: Osu api communication.
  • utils.py: Utils methods for everything.

Not that important

Clone this wiki locally