| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-07-07 | Bumps Project Version | -2/+2 | ||
| 2021-07-07 | Locks Python Version | -145/+124 | ||
| Locks the python version in the Dockerfile to 3.9.5, and updates the version specified in the poetry file to limit support up to 3.9. | ||||
| 2021-07-07 | Removes Unnecessary Docker Packages | -3/+0 | ||
| Removes GCC and git from the docker setup process, as they are not needed for the program. | ||||
| 2021-05-17 | fix: remove unused Union import | -1/+1 | ||
| 2021-05-17 | chore: remove unneeded env variables and command processing | -13/+2 | ||
| 2021-04-09 | Remove unused Context import | -1/+1 | ||
| 2021-04-09 | Various version upgrades for discord.py | -179/+258 | ||
| 2021-04-09 | Remove opt_out from bot logic and opt out commands | -45/+1 | ||
| 2021-04-09 | Remove opt_out column | -1/+28 | ||
| 2021-04-05 | Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publish | -1/+1 | ||