diff --git a/cogs/music.py b/cogs/music.py index 2894a153..8902874a 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -121,7 +121,7 @@ class Music(commands.Cog): ctx.voice_client.stop() -bot = commands.Bot(command_prefix=commands.when_mentioned_or("!"), +bot = commands.Bot(command_prefix=commands.when_mentioned_or("~"), description='Relatively simple music bot example')