From 45ddd787b9b625996242a8a006ec254ca08ad493 Mon Sep 17 00:00:00 2001 From: yupix Date: Mon, 26 Dec 2022 13:42:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E3=83=A2=E3=83=87?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E5=A4=89=E6=9B=B4=E3=81=AB=E8=BF=BD=E5=BE=93?= =?UTF-8?q?=E5=87=BA=E6=9D=A5=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mipac/actions/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mipac/actions/user.py b/mipac/actions/user.py index 62c95f8..019ccc5 100644 --- a/mipac/actions/user.py +++ b/mipac/actions/user.py @@ -48,7 +48,7 @@ class UserActions: path = ( f'/@{self.__user.username}' if external - else f'/{self.__user.action.get_mention()}' + else f'/{self.__user.api.action.get_mention()}' ) return host + path