Removed extra image request for image commands, various other tweaks

This commit is contained in:
TheEssem 2019-11-11 14:54:19 -06:00
parent 4439fca6d3
commit ef071a39d4
39 changed files with 67 additions and 156 deletions

View file

@ -101,7 +101,7 @@ module.exports = async (message) => {
}
} catch (error) {
logger.error(error.stack);
await client.createMessage(message.channel.id, "Uh oh! I ran into an error while running this command. Please report the content of the attached file here: <https://github.com/TheEssem/esmBot-rewrite/issues>", [{
await client.createMessage(message.channel.id, "Uh oh! I ran into an error while running this command. Please report the content of the attached file here or on the esmBot Support server: <https://github.com/TheEssem/esmBot-rewrite/issues>", [{
file: Buffer.from(`Message: ${error}\n\nStack Trace: ${error.stack}`),
name: "error.txt"
}]);