more cleanup and update readme

This commit is contained in:
John Grosh
2019-01-13 15:51:26 -05:00
parent e7f00fe088
commit 43398449c7
3 changed files with 10 additions and 6 deletions

View File

@@ -92,6 +92,6 @@ public class FormatUtil {
public static String filter(String input)
{
return input.replace("@everyone", "@\u0435veryone").replace("@here", "@h\u0435re").trim();
return input.replace("@everyone", "@\u0435veryone").replace("@here", "@h\u0435re").trim(); // cyrillic letter e
}
}