aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-02-09 17:44:57 +0100
committerGitHub <noreply@github.com>2026-02-09 17:44:57 +0100
commitcad7102deaa5bbb1ac10c8f3c535b3c66ab35c26 (patch)
tree6e2b4c2046c46357111c54b0d5079a7187959389
parent6424fe9f654b5f29e0d7e915e0883e8bf655bae1 (diff)
Edited command prefix. From `!` to `;;`
-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,