Switched from mention to category name in move command
This commit is contained in:
parent
03497a28f8
commit
4f716dbbc9
1 changed files with 1 additions and 1 deletions
|
@ -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 + "`."
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue