idk what i was doing with this lol
This commit is contained in:
parent
e680b166d2
commit
0c35493af1
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ exports.run = async (client, message, args, level) => {
|
|||
console.log(error);
|
||||
msg.edit(`Hey ${message.author}, there was an error while reloading command \`${commandName}\`:\n\`${error.message}\``).then(msg => {
|
||||
msg.delete(10000);
|
||||
});
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
msg.edit(`**Command \`${command.help.name}\` has been reloaded successfully.**`).then(msg => {
|
||||
|
|
Loading…
Reference in a new issue