1
This commit is contained in:
2
main.py
2
main.py
@@ -139,7 +139,7 @@ class Music(commands.Cog):
|
|||||||
|
|
||||||
await ctx.send('Now playing: {}'.format(player.title))
|
await ctx.send('Now playing: {}'.format(player.title))
|
||||||
|
|
||||||
@commands.command()
|
@commands.command(name='volume')
|
||||||
async def volume(self, ctx, volume: int):
|
async def volume(self, ctx, volume: int):
|
||||||
"""Changes the player's volume"""
|
"""Changes the player's volume"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user