mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Merge branch 'v3' of https://gitlab.com/kwoth/nadekobot into v3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@@ -50,7 +50,7 @@ namespace NadekoBot.Extensions
|
||||
}
|
||||
else
|
||||
{
|
||||
return string.Concat(str.Take(maxLength - 3)) + "...";
|
||||
return string.Concat(str.Take(maxLength - 1)) + "…";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user