From aba0024837024281c72718fcf05154d7b908bd50 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:19:09 +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 a5018eb..66df805 100644 --- a/ipc/methods.py +++ b/ipc/methods.py @@ -405,7 +405,7 @@ async def updatePlaylist(bot: commands.Bot, data: Dict) -> None: methods: Dict[str, Union[SystemMethod, PlayerMethod]] = { "initBot": SystemMethod(initBot, credit=0), "initUser": SystemMethod(initUser, credit=0), - # "getRecommendation": SystemMethod(getRecommendation, credit=4), + "getRecommendation": SystemMethod(getRecommendation, credit=4), "closeConnection": PlayerMethod(closeConnection, credit=0), "initPlayer": PlayerMethod(initPlayer), "skipTo": PlayerMethod(skipTo),