1
0
Fork 0

Forgot to remove the comment

akairo
loicbersier 5 years ago
parent 52ae2c8d7e
commit c070194835

@ -28,10 +28,8 @@ class bsespamCommand extends Command {
}
async exec(message, args) {
/*
if (message.author.id != '428387534842626048')
return;
*/
if (args.number <= 10) {
for(let i = 0; i < args.number; i++) {
message.channel.send(args.text);

Loading…
Cancel
Save