forked from PluralFlux/PluralFlux
one more test in commands.js, and removed console.error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user