Improving the Playlist Function Implementation

This commit is contained in:
Choco
2024-02-11 19:56:38 +08:00
parent 95ec0970eb
commit cc4ccd968f
3 changed files with 113 additions and 74 deletions

View File

@@ -111,7 +111,7 @@ class Task(commands.Cog):
@tasks.loop(hours=12.0)
async def cache_cleaner(self):
func.SETTINGS_BUFFER.clear()
func.PLAYLIST_NAME.clear()
func.PLAYLISTS_BUFFER.clear()
errorFile = func.gen_report()
if errorFile: