From 710bcfbd89478a026f94654045d1d22fcd2e9482 Mon Sep 17 00:00:00 2001 From: DasIschBims Date: Thu, 17 Aug 2023 21:48:54 +0200 Subject: [PATCH] =?UTF-8?q?stats=20text=20=E2=95=B0=EF=BC=88=E2=80=B5?= =?UTF-8?q?=E2=96=A1=E2=80=B2=EF=BC=89=E2=95=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.cs b/Commands.cs index d2df751..19bc4dd 100644 --- a/Commands.cs +++ b/Commands.cs @@ -45,7 +45,7 @@ public class StatsCommand : ApiCommand public StatsCommand() { CommandString = "/stats"; - HelpString = "/stats"; + HelpString = "Display your stats"; Aliases = new string[] { "/s" }; AdminOnly = false; }