From 711b2e1ddee6a4a46ebb168a8003914e06773bc8 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 16 Jul 2021 23:58:57 +0200 Subject: [PATCH] updated README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b1637dec..84ac33d37 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,21 @@ ## Migration from 2.x -:warning: You **MUST** update to latest version of 2.x before switching over to v3 +:warning: You **MUST** update to latest version of 2.x and **run yourbot at least once** 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` +- wip: credentials.json moved to `creds.yml`, example is in `creds_example.yml` - 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: from source installation (linux/windows) guide +- todo: docker installation guide - 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) \ No newline at end of file