From 90125c63cc40eb7608e4d8b12766e2299880cabe Mon Sep 17 00:00:00 2001 From: vmorrisonwood Date: Tue, 23 Jan 2024 21:09:44 +0000 Subject: [PATCH] Typo --- PluralKit.Bot/Commands/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ));