Fix summary command description
This commit is contained in:
parent
414dbae62f
commit
851a3c949c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue