mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: update github repo URL
This commit is contained in:
parent
89a770d59b
commit
a18fd9bd0d
14 changed files with 24 additions and 24 deletions
|
|
@ -78,7 +78,7 @@ public class ProxyTagParser
|
|||
// We got a match, extract inner text
|
||||
inner = input.Substring(prefix.Length, input.Length - prefix.Length - suffix.Length);
|
||||
|
||||
// (see https://github.com/xSke/PluralKit/pull/181)
|
||||
// (see https://github.com/PluralKit/PluralKit/pull/181)
|
||||
return inner.Trim() != "\U0000fe0f";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue