- Initial work on Dockerfile

- Updated README.md with more information
- Added some todos
This commit is contained in:
Kwoth
2021-07-18 09:16:42 +02:00
parent 971b5078b7
commit b84f40def6
7 changed files with 51 additions and 12 deletions

View File

@@ -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)