- Credentials are now loading from creds.yml

- Removed/commented out obsolete credentials code
- Added missing properties to creds.yml
- Updated README.md with some tasks and progress
This commit is contained in:
Kwoth
2021-06-23 18:11:52 +02:00
parent 78d077ce71
commit 16dd398aa0
12 changed files with 254 additions and 290 deletions

View File

@@ -1,4 +1,4 @@
# Experimental Branch. Things will break.
# :warning: Experimental Branch. Things will break. :warning:
## Migration from 2.x
@@ -6,6 +6,16 @@
## Changes
- Command attributes cleaned up
- Database migrations cleaned up/squashed
- explain properly: Command attributes cleaned up
- explain properly: Database migrations cleaned up/squashed
- explain properly: coord and coord.yml
- wip: credentials.json moved to `creds.yml`, example is in `creds_example.json`
- todo: from source run location is nadekobot/output
- todo: votes functionality changed
- todo: code cleanup tasks
- todo: remove colors from bot.cs
- todo: creds
- todo:
- todo?: maybe use https://github.com/Humanizr/Humanizer for trimto, time printing, date printing, etc
- todo?: use guild locale more in the code (from guild settings) (for dates, currency, etc?)
- todo?: Write a sourcegen for response strings and use const/static fields (maybe even typed to enforce correct number of arguments)