fix import

This commit is contained in:
Parker M. 2025-04-04 16:52:40 -05:00
parent 382f0f271f
commit 0b4fdd7adf
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -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