zeusops / operationbot

A bot for handling events on the Zeusops discord server
GNU General Public License v3.0
7 stars 4 forks source link

Modernize via python-template #104

Closed OverkillGuy closed 1 year ago

OverkillGuy commented 1 year ago

Use my personal python template to graft it on here. Included initial commit in merge.

Changes: Use poetry, refactor to module imports, use a CLI to launch instead. No functional changes done yet (will do as separate PR/branch)

Gehock commented 1 year ago

This looks really nice! Just a couple small things: I think I'd prefer having the template updates in a single commit instead of having multiple single-line commits (like this: https://github.com/Gehock/operationbot/commits/modernize). I also noticed that CI wasn't happy about some of the changes (the complaints about a missing secret.py of course can be ignored for now)