diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-02-09 17:44:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-09 17:44:57 +0100 |
| commit | cad7102deaa5bbb1ac10c8f3c535b3c66ab35c26 (patch) | |
| tree | 6e2b4c2046c46357111c54b0d5079a7187959389 /ambient.py | |
| parent | 6424fe9f654b5f29e0d7e915e0883e8bf655bae1 (diff) | |
Edited command prefix. From `!` to `;;`
Diffstat (limited to 'ambient.py')
| -rw-r--r-- | ambient.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |