From 89510b594a2edd750daa5c370fb2b770d319f593 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:47:56 +0200 Subject: [PATCH] undo fuckup --- bot.py | 2 -- requirements.txt | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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