We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af7ba3 commit 6658d4cCopy full SHA for 6658d4c
src/commands/music/VolumeCommand.ts
@@ -62,7 +62,7 @@ export class VolumeCommand extends Command {
62
]
63
});
64
}
65
- await dispatcher?.player?.setGlobalVolume(volume / 100);
+ await dispatcher?.player?.setGlobalVolume(volume * 100);
66
await ctx.send({
67
embeds: [
68
Util.createEmbed("success", `🔊 **|** Changed current volume to ${volume}%`)
0 commit comments