From 66e0abc25ea985ddd1b0a74774f16e8a56c1581c Mon Sep 17 00:00:00 2001 From: Soumt Nam Date: Tue, 12 Sep 2023 17:21:36 +0900 Subject: [PATCH] fix: friend module typo --- modules/Friend.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/Friend.py b/modules/Friend.py index 46c1352..563f05c 100644 --- a/modules/Friend.py +++ b/modules/Friend.py @@ -25,7 +25,8 @@ class Friend(ModuleInterface): def _get_like(userid: str): pass - def _is_friend(user: + def _is_friend(userid: str): + pass def module_ready(self): print("[Friend] Module Ready.")