mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
Expand system time selection logic
This commit is contained in:
parent
72cb838ad7
commit
cd9a3e0abd
5 changed files with 164 additions and 2 deletions
|
|
@ -60,5 +60,7 @@ namespace PluralKit.Bot {
|
|||
|
||||
public static PKError InvalidTimeZone(string zoneStr) => new PKError($"Invalid time zone ID '{zoneStr}'. To find your time zone ID, use the following website: <https://xske.github.io/tz>");
|
||||
public static PKError TimezoneChangeCancelled => new PKError("Time zone change cancelled.");
|
||||
|
||||
public static PKError AmbiguousTimeZone(string zoneStr, int count) => new PKError($"The time zone query '{zoneStr}' resulted in **{count}** different time zone regions. Try being more specific - e.g. pass an exact time zone specifier from the following website: <https://xske.github.io/tz>");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue