aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ambient.py2
1 files changed, 1 insertions, 1 deletions
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,