From cad7102deaa5bbb1ac10c8f3c535b3c66ab35c26 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Mon, 9 Feb 2026 17:44:57 +0100 Subject: Edited command prefix. From `!` to `;;` --- ambient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambient.py b/ambient.py index d6c80b2..210ef20 100644 --- a/ambient.py +++ b/ambient.py @@ -11,7 +11,7 @@ intents = discord.Intents.default() intents.message_content = True intents.voice_states = True -bot = commands.Bot(command_prefix="!", intents=intents) +bot = commands.Bot(command_prefix=";;", intents=intents) ytdl_playlist_opts = { "quiet": True, -- cgit v1.3.1