Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
thekingofspace authored Jun 3, 2024
2 parents 3ae7fbd + 49e3b9c commit d13cc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/play_music_MOD.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
const Mods = this.getMods();
const playdl = Mods.require('play-dl');
const player = Bot.bot.player;
const voiceChannel = await this.getVoiceChannelFromData(data.voiceChannel, data.varName2, cache);
const voiceChannel = await this.getVoiceChannelFromData(data.voiceChannel, data.varName, cache);

let volume = 80;
if (data.volume) volume = parseInt(this.evalMessage(data.volume, cache), 10) || 80;
Expand Down

0 comments on commit d13cc98

Please sign in to comment.