diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-02-14 20:01:59 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-02-14 20:01:59 +0100 |
| commit | d6e7e4d67ab4876a55ad588e204a258f00cbc7a2 (patch) | |
| tree | d976af7057e71e0dd9bd6e9923528ab6939b4130 /ambient.py | |
| parent | 7c1703e5d1a84aa866f255b3b322b779c4a3192e (diff) | |
add `import random` for playlist shuffle
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'ambient.py')
| -rw-r--r-- | ambient.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |