fix typo
This commit is contained in:
parent
b891b96410
commit
0d947f80de
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class borgarCommand extends Command {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
return message.reply('time runned out noob...');
|
return message.reply('You run out of time noob...');
|
||||||
});
|
});
|
||||||
}, 3000);
|
}, 3000);
|
||||||
});
|
});
|
||||||
|
|
|
@ -23,7 +23,7 @@ class reloadCommand extends Command {
|
||||||
|
|
||||||
async exec(message, args) {
|
async exec(message, args) {
|
||||||
this.handler.reload(args.command);
|
this.handler.reload(args.command);
|
||||||
return message.channel.send(`Sucessfully reloaded command ${args.command}`);
|
return message.channel.send(`successfully reloaded command ${args.command}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue