mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): use different character in FixSameName
This commit is contained in:
parent
00c55533ea
commit
9e0ca8d03e
1 changed files with 2 additions and 2 deletions
|
|
@ -394,7 +394,7 @@ public class ProxyService
|
|||
}
|
||||
|
||||
private string FixSameNameInner(string name)
|
||||
=> $"{name}\u17b5";
|
||||
=> $"{name}\u200a";
|
||||
|
||||
public static bool IsUnlatch(Message message)
|
||||
=> message.Content.StartsWith(@"\\") || message.Content.StartsWith("\\\u200b\\");
|
||||
|
|
@ -501,4 +501,4 @@ public class ProxyService
|
|||
{
|
||||
public ProxyChecksFailedException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue