put console.error in commands

This commit is contained in:
Aster Fialla
2026-02-24 16:58:39 -05:00
parent 8919fce34f
commit 8d946ce921
2 changed files with 5 additions and 4 deletions

View File

@@ -111,6 +111,7 @@ cmds.importCommand = async function(message, args) {
}
// If just one error was returned.
else {
console.error(error);
return await message.reply(error.message);
}
}