From d6e7e4d67ab4876a55ad588e204a258f00cbc7a2 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 14 Feb 2026 20:01:59 +0100 Subject: add `import random` for playlist shuffle Signed-off-by: czjstmax --- ambient.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ambient.py') diff --git a/ambient.py b/ambient.py index 210ef20..11c8215 100644 --- a/ambient.py +++ b/ambient.py @@ -3,6 +3,7 @@ from discord.ext import commands import yt_dlp import asyncio import os +import random TOKEN = "" PLAYLIST_URL = "https://www.youtube.com/playlist?list=PLuI-iSzcTZFUfVlc9OoZL5LbubQ_T_st9" -- cgit v1.3.1