aboutsummaryrefslogtreecommitdiff
path: root/ambient.py
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-02-14 20:01:59 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-02-14 20:01:59 +0100
commitd6e7e4d67ab4876a55ad588e204a258f00cbc7a2 (patch)
treed976af7057e71e0dd9bd6e9923528ab6939b4130 /ambient.py
parent7c1703e5d1a84aa866f255b3b322b779c4a3192e (diff)
add `import random` for playlist shuffle
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'ambient.py')
-rw-r--r--ambient.py1
1 files changed, 1 insertions, 0 deletions
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"