This commit is contained in:
Emily 2020-04-12 19:15:36 +10:00
commit 798c308856
2 changed files with 41 additions and 19 deletions

View file

@ -21,7 +21,7 @@ exports.run = async (client, message, args, level, data) => {
if(vol) {
vol = Number(vol);
vol = vol / 100 * 0.25;
vol = vol / 100 * 0.5;
if(vol <= 1) {
client.music.setVolume(message.guild, vol);