update changelog
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
This commit is contained in:
parent
07cf930328
commit
e3da8ec805
@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### 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
|
### 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
|
## [0.0.3] - 2024-12-09
|
||||||
|
|
||||||
|
@ -58,8 +58,6 @@ class PlayersCog(commands.Cog):
|
|||||||
|
|
||||||
await inter.followup.send("Completed")
|
await inter.followup.send("Completed")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@tasks.loop(seconds=3)
|
@tasks.loop(seconds=3)
|
||||||
async def listen_for_changes(self):
|
async def listen_for_changes(self):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user