1
0
Fork 0

Dosen't let do less than 3

akairo
Supositware 6 years ago
parent bdb0405891
commit 960deeeeb3

@ -21,6 +21,8 @@ class dominoCommand extends Command {
}
async exec(message, args) {
if (args.domino < 2)
return message.channel.send('Can\'t do less than 3');
let domino = 'I';
message.util.send(domino.repeat(args.number))

Loading…
Cancel
Save