From 4f716dbbc976e0a5c9110e235285d202fc923558 Mon Sep 17 00:00:00 2001 From: Toastie Date: Thu, 26 Dec 2024 19:01:20 +1300 Subject: [PATCH] Switched from mention to category name in move command --- Commands/MoveCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/MoveCommand.cs b/Commands/MoveCommand.cs index 140dc16..3c108be 100644 --- a/Commands/MoveCommand.cs +++ b/Commands/MoveCommand.cs @@ -81,7 +81,7 @@ public class MoveCommand await command.RespondAsync(new DiscordEmbedBuilder { Color = DiscordColor.Green, - Description = "Ticket was moved to " + categoryChannel.Mention + Description = "Ticket was moved to `" + categoryChannel.Name + "`." }); } } \ No newline at end of file