From 27c0e61d76731f8f71399edc35193502a05ed041 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 10 Jul 2020 21:52:45 +0100 Subject: [PATCH] Updating Prefix --- cogs/music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')