From 3d5cd17b979843d632f18aa339019664ef58abbc Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:18:13 +0800 Subject: [PATCH] Update methods.py --- ipc/methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/methods.py b/ipc/methods.py index d4937d2..a5018eb 100644 --- a/ipc/methods.py +++ b/ipc/methods.py @@ -402,7 +402,7 @@ async def updatePlaylist(bot: commands.Bot, data: Dict) -> None: "user_id": str(user_id) } -methods: Dict[str, Union[SystemMethod, PlayerMethod, UserMethod]] = { +methods: Dict[str, Union[SystemMethod, PlayerMethod]] = { "initBot": SystemMethod(initBot, credit=0), "initUser": SystemMethod(initUser, credit=0), # "getRecommendation": SystemMethod(getRecommendation, credit=4),