LinsaneFC / RasenBot

3 stars 0 forks source link

Fixed check_required_channels position #45

Closed stephenlee91 closed 1 year ago

stephenlee91 commented 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