Skip to content

Commit

Permalink
Edited stats command text
Browse files Browse the repository at this point in the history
  • Loading branch information
j4asper committed Nov 5, 2024
1 parent 9216952 commit 7cfbc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KanbanCord/Commands/StatsCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace KanbanCord.Commands;
public class StatsCommand
{
[Command("stats")]
[Description("Displays the stats of the bot.")]
[Description("Displays some stats of the bot.")]
public async ValueTask ExecuteAsync(SlashCommandContext context)
{
var botVersion = EnvironmentHelpers.GetApplicationVersion();
Expand Down

0 comments on commit 7cfbc83

Please sign in to comment.