From df81cfacbac94802d24b9208bec0174cc72272ca Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Sun, 30 Nov 2025 11:34:17 -0500 Subject: feat: removing unnecessary imports --- bigresult.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bigresult.py b/bigresult.py index d607e2e..93e09c5 100644 --- a/bigresult.py +++ b/bigresult.py @@ -7,9 +7,7 @@ import time from functools import partial, wraps # from commands.funny import BigCommands import re -import config.assets from config.assets import ImageManager -import config.mojis from config.mojis import BotMojis ANGGY = re.compile(r'.*((are)|(is))(( so)|( really))? mad.*') -- cgit v1.2.3