Fix importing brackets from Tupperbox. Closes #123
This commit is contained in:
@@ -246,6 +246,11 @@ namespace PluralKit
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
|
||||
public static string NullIfEmpty(this string input)
|
||||
{
|
||||
return input.Trim().Length == 0 ? null : input;
|
||||
}
|
||||
}
|
||||
|
||||
public static class Emojis {
|
||||
|
Reference in New Issue
Block a user