Fix indent
This commit is contained in:
parent
c70f86607f
commit
6b1b2e1c5e
1 changed files with 1 additions and 1 deletions
|
@ -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>",
|
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: [{
|
files: [{
|
||||||
contents: `Message: ${clean(err)}\n\nStack Trace: ${clean(err.stack)}`,
|
contents: `Message: ${clean(err)}\n\nStack Trace: ${clean(err.stack)}`,
|
||||||
name: "error.txt"
|
name: "error.txt"
|
||||||
}]
|
}]
|
||||||
}, reference));
|
}, reference));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue