From 39cb0521fe9cbe69cad34a932d6907370601d56d Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Fri, 29 Jan 2021 19:44:39 +0000 Subject: [PATCH] fix(*): Add back in missing brackets --- commands.js | 2 ++ 1 file changed, 2 insertions(+) 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;