Fix indent

This commit is contained in:
Essem 2022-09-28 13:32:13 -05:00
parent c70f86607f
commit 6b1b2e1c5e
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ export default async (client, message) => {
content: "Uh oh! I ran into an error while running this command. Please report the content of the attached file at the following link or on the esmBot Support server: <https://github.com/esmBot/esmBot/issues>",
files: [{
contents: `Message: ${clean(err)}\n\nStack Trace: ${clean(err.stack)}`,
name: "error.txt"
name: "error.txt"
}]
}, reference));
} catch (e) {