diff --git a/commands.js b/commands.js index 18aa102..b62b5bf 100644 --- a/commands.js +++ b/commands.js @@ -94,6 +94,8 @@ function commandUrbanDictionary(Discord, config, logger, message, command, args) .catch(function (error) { logger.error('Failed to make GET request to Urban Dictionary API', error); }); + } +} async function sendDailyDilbert(client) { let comicImageUrl;