idk what i was doing with this lol

This commit is contained in:
rhearmas 2019-12-21 11:05:46 -05:00
parent e680b166d2
commit 0c35493af1
1 changed files with 2 additions and 1 deletions

View File

@ -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 => {