|
@ -101,7 +101,7 @@ class Music(commands.Cog): |
|
|
if ctx.voice_client is None: |
|
|
if ctx.voice_client is None: |
|
|
return await ctx.send("Not connected to a voice channel.") |
|
|
return await ctx.send("Not connected to a voice channel.") |
|
|
|
|
|
|
|
|
ctx.voice_client.source.volume = volume |
|
|
ctx.voice_client.source.volume = volume / 100 |
|
|
await ctx.send("Changed volume to {}%".format(volume)) |
|
|
await ctx.send("Changed volume to {}%".format(volume)) |
|
|
|
|
|
|
|
|
@commands.command() |
|
|
@commands.command() |
|
|