mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
Add switch deletion command
This commit is contained in:
parent
7e9b7dcc98
commit
d109ca7b57
4 changed files with 47 additions and 6 deletions
|
|
@ -55,5 +55,6 @@ namespace PluralKit.Bot {
|
|||
|
||||
public static PKError SwitchMoveBeforeSecondLast(ZonedDateTime time) => new PKError($"Can't move switch to before last switch time ({time.ToString(Formats.DateTimeFormat, null)}), as it would cause conflicts.");
|
||||
public static PKError SwitchMoveCancelled => new PKError("Switch move cancelled.");
|
||||
public static PKError SwitchDeleteCancelled => new PKError("Switch deletion cancelled.");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue