This commit is contained in:
BarsTiger
2021-04-19 12:34:41 +03:00
parent a1b2e9f7b5
commit bc889d6895

View File

@@ -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"""