mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix(bot): stop FixSameName breaking end-of-name emoji
This commit is contained in:
parent
9e0ca8d03e
commit
81188bc61d
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ public class ProxyService
|
|||
}
|
||||
|
||||
private string FixSameNameInner(string name)
|
||||
=> $"{name}\u200a";
|
||||
=> $"{name}\u200a\u17b5";
|
||||
|
||||
public static bool IsUnlatch(Message message)
|
||||
=> message.Content.StartsWith(@"\\") || message.Content.StartsWith("\\\u200b\\");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue