diff options
author | Parker <contact@pkrm.dev> | 2025-04-04 16:52:40 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-04-04 16:52:40 -0500 |
commit | 0b4fdd7adf0675cf0216d90d232ab8a5240fe435 (patch) | |
tree | 0f66d05f316d3b100fbbc7e5cee0d423c2eb577a | |
parent | 382f0f271f3cd5d5b0444a2ffa73a4f700c4d59e (diff) |
fix import
-rw-r--r-- | src/cogs/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cogs/archive.py b/src/cogs/archive.py index 0c7e852..363079d 100644 --- a/src/cogs/archive.py +++ b/src/cogs/archive.py @@ -2,7 +2,7 @@ import discord from discord import app_commands from discord.ext import commands -from utils.attachments import save_attachments +from src.utils.attachments import save_attachments from src.utils.db import get_db from models import Message from config import BOT_COLOR |