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