mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	- Removed/commented out obsolete credentials code - Added missing properties to creds.yml - Updated README.md with some tasks and progress
		
			
				
	
	
		
			21 lines
		
	
	
		
			930 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			930 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# :warning: Experimental Branch. Things will break. :warning:
 | 
						|
 | 
						|
## Migration from 2.x 
 | 
						|
 | 
						|
:warning: 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) |