mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	- Initial work on Dockerfile
- Updated README.md with more information - Added some todos
This commit is contained in:
		@@ -32,6 +32,7 @@ namespace NadekoBot.Extensions
 | 
			
		||||
            return Regex.Replace(input, "<.*?>", String.Empty);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // todo future maybe use humanizer lib for this kind of work
 | 
			
		||||
        public static string TrimTo(this string str, int maxLength, bool hideDots = false)
 | 
			
		||||
        {
 | 
			
		||||
            if (maxLength < 0)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user