diff --git a/bot.py b/bot.py index 571c6ba..9755f8e 100644 --- a/bot.py +++ b/bot.py @@ -20,8 +20,6 @@ print(splashtext) # Print splash text (from modules/globalvars.py) start_checks() import requests -import asqlite - import discord from discord.ext import commands from discord import app_commands diff --git a/requirements.txt b/requirements.txt index 0dca484..c53d758 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,4 @@ psutil better_profanity python-dotenv dotenv -pillow -asqlite \ No newline at end of file +pillow \ No newline at end of file