mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39cb0521fe |
@@ -94,6 +94,8 @@ function commandUrbanDictionary(Discord, config, logger, message, command, args)
|
|||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
logger.error('Failed to make GET request to Urban Dictionary API', error);
|
logger.error('Failed to make GET request to Urban Dictionary API', error);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
async function sendDailyDilbert(client) {
|
async function sendDailyDilbert(client) {
|
||||||
let comicImageUrl;
|
let comicImageUrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user