Switched from mention to category name in move command

This commit is contained in:
Toastie 2024-12-26 19:01:20 +13:00
parent 03497a28f8
commit 4f716dbbc9
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -81,7 +81,7 @@ public class MoveCommand
await command.RespondAsync(new DiscordEmbedBuilder await command.RespondAsync(new DiscordEmbedBuilder
{ {
Color = DiscordColor.Green, Color = DiscordColor.Green,
Description = "Ticket was moved to " + categoryChannel.Mention Description = "Ticket was moved to `" + categoryChannel.Name + "`."
}); });
} }
} }