From bc889d6895e5973057806ca1dd64287c453effae Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 19 Apr 2021 12:34:41 +0300 Subject: [PATCH] 1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1d50a09..fd185b2 100644 --- a/main.py +++ b/main.py @@ -139,7 +139,7 @@ class Music(commands.Cog): await ctx.send('Now playing: {}'.format(player.title)) - @commands.command() + @commands.command(name='volume') async def volume(self, ctx, volume: int): """Changes the player's volume"""