Update methods.py

This commit is contained in:
Choco
2024-06-04 23:19:09 +08:00
parent 3d5cd17b97
commit aba0024837

View File

@@ -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),