From 851a3c949cfa5c8b5996b47c13e2b11a59b955ce Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 27 Dec 2024 01:57:41 +1300 Subject: [PATCH] Fix summary command description --- Commands/SummaryCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/SummaryCommand.cs b/Commands/SummaryCommand.cs index fd05c97..889ed67 100644 --- a/Commands/SummaryCommand.cs +++ b/Commands/SummaryCommand.cs @@ -11,7 +11,7 @@ public class SummaryCommand { [RequireGuild] [Command("summary")] - [Description("Lists tickets assigned to a user.")] + [Description("Shows ticket information and summary if there is one.")] public async Task OnExecute(SlashCommandContext command) { if (!Database.TryGetOpenTicket(command.Channel.Id, out Database.Ticket ticket))