1
0
Fork 0

trying to see why it dosent work on a sepcific server

akairo
Supositware 6 years ago
parent cfc343e5dc
commit 8a3bb73af6

@ -28,6 +28,7 @@ class PruneCommand extends Command {
}
async exec(message,args) {
try {
let slowmodeNumber = args.slowmodeNumber;
let realtime = args.realtime;
@ -48,6 +49,10 @@ class PruneCommand extends Command {
return message.channel.send('Slowmode have been disabled!');
return message.channel.send(`Slowmode have been set to ${slowmodeNumber} seconds!`);
}
} catch (err) {
console.error(err);
}
}
}

Loading…
Cancel
Save