Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome-RJ committed Oct 29, 2022
1 parent b14f0fb commit 2fd662c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cutiepii_Robot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def get_user_list(__init__, key):
LOGGER = logging.getLogger(__name__)

# if version < 3.6, stop bot.
if sys.version_info[0] < 3 or sys.version_info[1] < 8:
if sys.version_info[0] < 3 or sys.version_info[1] < 9:
LOGGER.error(
"You MUST have a python version of at least 3.6! Multiple features depend on this. Bot quitting.",
"You MUST have a python version of at least 3.9! Multiple features depend on this. Bot quitting.",
)
sys.exit(1)

Expand Down

0 comments on commit 2fd662c

Please sign in to comment.