From 31146f144af50f5b5816b0a5bac32382cdc4cac1 Mon Sep 17 00:00:00 2001 From: SuperTux20 Date: Mon, 20 Sep 2021 10:56:02 -0700 Subject: [PATCH] Goodbye... --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 839289c..1b5a829 100644 --- a/bot.py +++ b/bot.py @@ -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.") @@ -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