diff --git a/commands.js b/commands.js index 7427e7a..f1319f2 100644 --- a/commands.js +++ b/commands.js @@ -87,7 +87,7 @@ function commandUrbanDictionary(Discord, config, logger, message, command, args) } }) .catch(function (error) { - logger.error('Something went wrong', error); + logger.error('Failed to make GET request to Urban Dictionary API', error); }); } }