diff options
| author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-30 11:34:17 -0500 |
|---|---|---|
| committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-30 11:34:17 -0500 |
| commit | df81cfacbac94802d24b9208bec0174cc72272ca (patch) | |
| tree | 844a5c34cdabc875eff24a97690d3be84d70b433 | |
| parent | 706b4a0d70ac5736d2767241cd1c0880393f0958 (diff) | |
feat: removing unnecessary imports
| -rw-r--r-- | bigresult.py | 2 |
1 files changed, 0 insertions, 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.*') |
