mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Disallow switching to member in another system
This commit is contained in:
parent
802eeb8d39
commit
de9554810a
2 changed files with 7 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ namespace PluralKit.Bot {
|
|||
}
|
||||
|
||||
public static PKError DuplicateSwitchMembers => new PKError("Duplicate members in member list.");
|
||||
public static PKError SwitchMemberNotInSystem => new PKError("One or more switch members aren't in your own system.");
|
||||
|
||||
public static PKError InvalidDateTime(string str) => new PKError($"Could not parse '{str}' as a valid date/time.");
|
||||
public static PKError SwitchTimeInFuture => new PKError("Can't move switch to a time in the future.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue