Closed stephenlee91 closed 1 year ago
the "if not self.check_required_channels(ctx)" statement must be under "if AUTO_MOVE_FLAG". If flag is already set to False it does not need to check for the required channels.
Also added a return in the except statement so that it does not continue
the "if not self.check_required_channels(ctx)" statement must be under "if AUTO_MOVE_FLAG". If flag is already set to False it does not need to check for the required channels.
Also added a return in the except statement so that it does not continue