Updated links to point to new GitHub repo name
This commit is contained in:
parent
903f5eebf0
commit
3a02efef70
5 changed files with 13 additions and 12 deletions
|
@ -52,7 +52,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 or on the esmBot Support server: <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/issues>", [{
|
||||
file: Buffer.from(`Message: ${error}\n\nStack Trace: ${error.stack}`),
|
||||
name: "error.txt"
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue