diff --git a/PluralKit.Bot/Commands/Config.cs b/PluralKit.Bot/Commands/Config.cs index f59fc466..21f4a2e7 100644 --- a/PluralKit.Bot/Commands/Config.cs +++ b/PluralKit.Bot/Commands/Config.cs @@ -41,7 +41,7 @@ public class Config items.Add(new( "timezone", - "The system's time zone - shows timestamps in your local time.", + "The system's time zone - shows timestamps in your local time", ctx.Config.UiTz, "UTC" ));