fix: friend module typo

This commit is contained in:
Soumt Nam 2023-09-12 17:21:36 +09:00
parent 1fd94d6777
commit 66e0abc25e

View file

@ -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.")