mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Updated readme
This commit is contained in:
24
README.md
24
README.md
@@ -6,17 +6,19 @@
|
|||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
- explain properly: Command attributes cleaned up
|
- Code cleanup
|
||||||
- explain properly: Database migrations cleaned up/squashed
|
- Command attributes cleaned up
|
||||||
- explain properly: coord and coord.yml
|
- Removed dummy Remarks and Usages attributes
|
||||||
- wip: credentials.json moved to `creds.yml`, example is in `creds_example.yml`
|
- They were unused for a few patches but stayed in the code to avoid big git diffs
|
||||||
- todo: from source run location is nadekobot/output
|
- All database migrations and data (json file) migrations have been removed
|
||||||
- todo: votes functionality changed
|
- As updating to the latest 2.x version before switching over to v3 is mandated (or fresh v3install), that means all migration code has ran and it can be safely removed
|
||||||
- todo: code cleanup tasks
|
- There are 2 projects: NadekoBot and NadekoBot.Coordinator
|
||||||
- todo: remove colors from bot.cs
|
- NadekoBot is the regular bot with one shard, or if you can run it if you want to run your shards
|
||||||
- todo: creds
|
- credentials.json moved to `creds.yml`, example is in `creds_example.yml`, most of the credentials from 2.x will be automatically migrated
|
||||||
- todo: from source installation (linux/windows) guide
|
- Guide will now instruct users to set build output to nadekobot/output instead of running from nadekobot/src/NadekoBot/bin/release/net5
|
||||||
- todo: docker installation guide
|
- todo: Reworked from source installation (linux/windows) guide <todo link>
|
||||||
|
- todo: Added docker installation guide at <todo link>
|
||||||
|
- todo?: votes functionality changed
|
||||||
- todo?: maybe use https://github.com/Humanizr/Humanizer for trimto, time printing, date printing, etc
|
- 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?: 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)
|
- todo?: Write a sourcegen for response strings and use const/static fields (maybe even typed to enforce correct number of arguments)
|
Reference in New Issue
Block a user