Fixed check for if ticket is already in destination category
This commit is contained in:
parent
f0e48cc2ab
commit
769643a292
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class MoveCommand
|
|||
return;
|
||||
}
|
||||
|
||||
if (command.Channel.Id == categoryChannel.Id)
|
||||
if (command.Channel.Parent.Id == categoryChannel.Id)
|
||||
{
|
||||
await command.RespondAsync(new DiscordEmbedBuilder
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue