diff options
| -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, |