Skip to content

Commit

Permalink
Goodbye...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ideal-Void committed Sep 20, 2021
1 parent 994e402 commit 31146f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from sys import executable as python, argv as args, version as pyversion

from discord.errors import HTTPException

if "3.9" not in pyversion:
print("Pengaelic Bot requires Python 3.9 to function properly.")
Expand Down Expand Up @@ -72,6 +71,7 @@
print("Passed module test")

import discord
from discord.errors import HTTPException
from discord.ext import commands
from discord.utils import get
from dotenv import load_dotenv as dotenv
Expand Down

0 comments on commit 31146f1

Please sign in to comment.