From 66bf2a6cc21590a938a03913f36586744c871f57 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 12 Apr 2024 00:29:24 -0500 Subject: Create autoplay feature Use ChatGPT to get song recommendations based on current song queue. --- code/bot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'code/bot.py') diff --git a/code/bot.py b/code/bot.py index b1996ab..983e92f 100644 --- a/code/bot.py +++ b/code/bot.py @@ -29,6 +29,7 @@ class MyBot(commands.Bot): bot = MyBot() bot.remove_command("help") bot.temp_command_count = {} # command_name: count +bot.autoplay = [] # guild_id, guild_id, etc. @bot.event -- cgit v1.2.3-70-g09d2