Fix summary command description

This commit is contained in:
Toastie 2024-12-27 01:57:41 +13:00
parent 414dbae62f
commit 851a3c949c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -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))