diff --git a/Commands/MoveCommand.cs b/Commands/MoveCommand.cs index b028cee..28fdc1b 100644 --- a/Commands/MoveCommand.cs +++ b/Commands/MoveCommand.cs @@ -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 {