1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 20:13:13 +00:00
No description
Find a file
Kwoth 71da4d11c0 - Removed static color fields
- Removed unused code
- BanTemplate will get error color from bot config
2021-09-06 21:34:52 +02:00
.gitlab Killed history 2021-09-06 21:29:22 +02:00
docs Killed history 2021-09-06 21:29:22 +02:00
src - Removed static color fields 2021-09-06 21:34:52 +02:00
.gitignore - small bot.cs cleanup 2021-09-06 21:34:49 +02:00
.gitlab-ci.yml More cleanup 2021-09-06 21:34:37 +02:00
CHANGELOG.md - Credentials are now loading from creds.yml 2021-09-06 21:34:49 +02:00
cmd-versions.json Killed history 2021-09-06 21:29:22 +02:00
exe_builder.iss Killed history 2021-09-06 21:29:22 +02:00
LICENSE.md More cleanup 2021-09-06 21:34:29 +02:00
mkdocs-requirements.txt Killed history 2021-09-06 21:29:22 +02:00
mkdocs.yml Killed history 2021-09-06 21:29:22 +02:00
NadekoBot.iss Killed history 2021-09-06 21:29:22 +02:00
NadekoBot.sln More cleanup 2021-09-06 21:34:37 +02:00
NuGet.Config Killed history 2021-09-06 21:29:22 +02:00
README.md - Credentials are now loading from creds.yml 2021-09-06 21:34:49 +02:00
release.ps1 Killed history 2021-09-06 21:29:22 +02:00

⚠️ 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 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)