PluralKit/PluralKit.Bot
Noko eb5fe7d6a4 Allow frontpercent to accept time patterns in system timezone (#135)
The frontpercent command already accepted time patterns (e.g. 9pm), but these were always being interpreted as UTC regardless of the system's configured zone. Furthermore, the time wasn't being nudged to the previous day, so if you tried to do pk;s fp 6pm at 5pm UTC, it would complain about the date being in the future instead of just showing you since 6pm yesterday.

The system zone is now respected and nudging enabled in the same manner as pk;sw move.
2019-10-28 00:21:55 +01:00
..
Commands Allow frontpercent to accept time patterns in system timezone (#135) 2019-10-28 00:21:55 +01:00
CommandSystem Prioritize member lookup by name over ID 2019-10-27 20:48:48 +01:00
Services Reduce the log level of various common events 2019-10-27 23:44:27 +01:00
Bot.cs Reduce the log level of various common events 2019-10-27 23:44:27 +01:00
BotConfig.cs Add customization of invite link client ID. Closes #77. 2019-06-15 12:03:07 +02:00
BotMetrics.cs Instrument and log database queries 2019-08-12 02:05:30 +02:00
BreadcrumbExtensions.cs Properly associate trigger events with Sentry errors 2019-08-09 12:47:46 +02:00
ContextUtils.cs Refactor command system 2019-10-05 07:41:00 +02:00
Errors.cs Added max member count to limits 2019-10-20 02:16:57 -05:00
PluralKit.Bot.csproj Refactor command system 2019-10-05 07:41:00 +02:00
Utils.cs Improve error handling and reporting after command rewrite 2019-10-22 19:31:40 +02:00