thijsfranck / courageous-comets

This is the workspace of the Courageous Comets team for the Python Discord Summer Code Jam 2024! ☄️
https://thijsfranck.github.io/courageous-comets/
MIT License
2 stars 0 forks source link

refactor: move startup logic into bot class #27

Closed thijsfranck closed 1 month ago

thijsfranck commented 1 month ago

Move setup and teardown logic from __main__ into the courageous_comets.client.CourageousCometsBot class.

Changes