mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Fix importing brackets from Tupperbox. Closes #123
This commit is contained in:
parent
c4d28f64c7
commit
4ce4efcc61
2 changed files with 7 additions and 2 deletions
|
|
@ -307,8 +307,8 @@ namespace PluralKit.Bot
|
|||
AvatarUrl = AvatarUrl,
|
||||
Birthday = Birthday,
|
||||
Description = Description,
|
||||
Prefix = Brackets.FirstOrDefault(),
|
||||
Suffix = Brackets.Skip(1).FirstOrDefault() // TODO: can Tupperbox members have no proxies at all?
|
||||
Prefix = Brackets.FirstOrDefault().NullIfEmpty(),
|
||||
Suffix = Brackets.Skip(1).FirstOrDefault().NullIfEmpty() // TODO: can Tupperbox members have no proxies at all?
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue