blah
This commit is contained in:
parent
b1b1781bce
commit
7f43bbbf25
@ -64,10 +64,7 @@ export default bot => {
|
|||||||
`l: ${meta.link}`
|
`l: ${meta.link}`
|
||||||
].join("; "))
|
].join("; "))
|
||||||
.then(out => e.reply(out))
|
.then(out => e.reply(out))
|
||||||
)
|
).catch(err => e.reply(err));
|
||||||
.catch(err => {
|
|
||||||
e.reply( JSON.stringify(err));
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user