From 47ec115bd5ea9297a099bcb5d10e03ecb0e01526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AA=E3=82=B9=E3=82=AB=E3=83=BC=E3=80=81?= Date: Sun, 20 Oct 2024 21:03:58 +0900 Subject: [PATCH] fix: import --- exts/post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/post.py b/exts/post.py index 140673d..bf42cb7 100644 --- a/exts/post.py +++ b/exts/post.py @@ -1,7 +1,7 @@ from datetime import datetime from mipa.ext import commands, tasks -from ..main import Autoposter +from main import Autoposter class Post(commands.Cog):