mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
670b0aca96924f6823fd9a836000ad03346e0ed7
- Sharding with coordinator now works properly - Documented creds.yml RestartCommand - it has no effect when coordinator is starting the bot - Regenerated creds_example.yml - Removed all db migrators as the v3 requires the user to have updated 2.x all the way - TotalShards in creds.yml gets overriden by coord.yml's TotalShards if the bot is ran through coordinator (more precisely, by the command line argument to the bot) - Coordinator now runs on http://localhost:3442 by default, you can change this in appsettings.json - This is done because of macos https issues - Primarily because https for regular users is a massive hassle. Coordinator shouldn't be exposed anyway - Minor cleanup
⚠️ Experimental Branch. Things will break. ⚠️
Migration from 2.x
⚠️ You MUST update to latest version of 2.x before switching over to v3
Changes
- 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 increds_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)
Description
Languages
C#
99.7%
Inno Setup
0.1%