Added v1.0.0-alpha19

This commit is contained in:
ElBe 2023-03-18 12:51:54 +01:00 committed by GitHub
parent 611cc827a9
commit 92a2163073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,10 @@ Versions before `v1.0.0 alpha16` may still use old version names and changelog.
- Changed `token` variable to be real constant by removing it ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) - Changed `token` variable to be real constant by removing it ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
- Switched to `commands V2` system ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) - Switched to `commands V2` system ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
## `v.1.0.0-aplha19` (Private)
### Changed
- Changed default logging level system ([#39](https://github.com/ElBe-Development/discord.py-bot-template/issues/39))
## `v.1.0.0 alpha18` (Private) ## `v.1.0.0 alpha18` (Private)
### Added ### Added
- Added optional `level` value (defualts to `variables.standard_logging_level`) to logger objects to only show messages above or equal to that level - Added optional `level` value (defualts to `variables.standard_logging_level`) to logger objects to only show messages above or equal to that level