update changelog
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s

This commit is contained in:
Corban-Lee Jones 2024-12-11 20:07:12 +00:00
parent 07cf930328
commit e3da8ec805
2 changed files with 5 additions and 4 deletions

View File

@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Debug environment variable flag
- Debug environment variable flag.
- Command to build player data from existing log files.
- Database migration management with the aerich package.
### Changed
- Log level dependent on the debug flag
- Log level dependent on the debug flag.
- Connect to and build the database earlier into start-up.
## [0.0.3] - 2024-12-09

View File

@ -58,8 +58,6 @@ class PlayersCog(commands.Cog):
await inter.followup.send("Completed")
@tasks.loop(seconds=3)
async def listen_for_changes(self):
"""