one more test in commands.js, and removed console.error

This commit is contained in:
Aster Fialla
2026-02-24 16:22:38 -05:00
parent 2bf218683a
commit 5d8ff9c6c6
2 changed files with 21 additions and 6 deletions

View File

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