mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
fix(*): Add back in missing brackets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user