Updated some more files
This commit is contained in:
parent
2187fdc8fc
commit
1d9ca5d004
5 changed files with 9 additions and 9 deletions
SupportChild/Commands
|
@ -33,7 +33,7 @@ public class CloseCommand : ApplicationCommandModule
|
|||
Color = DiscordColor.Cyan,
|
||||
Description = "Are you sure you wish to close this ticket? You cannot re-open it again later."
|
||||
})
|
||||
.AddComponents(new DiscordButtonComponent(ButtonStyle.Danger, "supportboi_closeconfirm", "Confirm"));
|
||||
.AddComponents(new DiscordButtonComponent(ButtonStyle.Danger, "supportchild_closeconfirm", "Confirm"));
|
||||
|
||||
|
||||
await command.CreateResponseAsync(confirmation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue