stats text ╰(‵□′)╯

This commit is contained in:
DasIschBims 2023-08-17 21:48:54 +02:00
parent 9c0d0eeb7e
commit 710bcfbd89
No known key found for this signature in database
GPG Key ID: A01C65C4183A6610
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class StatsCommand : ApiCommand
public StatsCommand()
{
CommandString = "/stats";
HelpString = "/stats";
HelpString = "Display your stats";
Aliases = new string[] { "/s" };
AdminOnly = false;
}