forked from Supositware/Haha-Yes
Forgot to remove the comment
This commit is contained in:
parent
52ae2c8d7e
commit
c070194835
1 changed files with 0 additions and 2 deletions
|
@ -28,10 +28,8 @@ class bsespamCommand extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(message, args) {
|
async exec(message, args) {
|
||||||
/*
|
|
||||||
if (message.author.id != '428387534842626048')
|
if (message.author.id != '428387534842626048')
|
||||||
return;
|
return;
|
||||||
*/
|
|
||||||
if (args.number <= 10) {
|
if (args.number <= 10) {
|
||||||
for(let i = 0; i < args.number; i++) {
|
for(let i = 0; i < args.number; i++) {
|
||||||
message.channel.send(args.text);
|
message.channel.send(args.text);
|
||||||
|
|
Loading…
Reference in a new issue