Merge branch 'next' of https://github.com/mudkipscience/woomy into next
This commit is contained in:
commit
798c308856
2 changed files with 41 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue