mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(proxy): temporarily remove invalid character check on webhook names
This commit is contained in:
parent
48bb46bdfa
commit
ba32038c28
1 changed files with 2 additions and 2 deletions
|
|
@ -253,8 +253,8 @@ public static class ProxyNameExt
|
|||
.FixEveryone()
|
||||
.FixDiscord()
|
||||
.FixBackticks()
|
||||
.FixSingleCharacterName()
|
||||
.ThrowOnInvalidCharacters();
|
||||
.FixSingleCharacterName();
|
||||
// .ThrowOnInvalidCharacters();
|
||||
|
||||
static string ThrowOnInvalidCharacters(this string name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue