msg undefined
This commit is contained in:
@ -13,7 +13,7 @@ module.exports = async (message, args, db) => {
|
|||||||
const a = Math.floor(Math.random() * diceValues) + 1;
|
const a = Math.floor(Math.random() * diceValues) + 1;
|
||||||
roll.push(a);
|
roll.push(a);
|
||||||
}
|
}
|
||||||
if(numberOfDice = 1) { let = 'n';}
|
if(numberOfDice == 1) { let = 'n';}
|
||||||
else { msg = ' ' + numberOfDice;}
|
else { msg = ' ' + numberOfDice;}
|
||||||
message.reply('Das sind deine Ergebnisse für deine' + msg + ' ' + diceValues + '-seitigen 🎲: ' + roll.join(', ') + '.');
|
message.reply('Das sind deine Ergebnisse für deine' + msg + ' ' + diceValues + '-seitigen 🎲: ' + roll.join(', ') + '.');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user