mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
fix(*): Update ud command error message when making GET request
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user