diff --git a/events/messageCreate.js b/events/messageCreate.js index 8a5d70e..f922427 100644 --- a/events/messageCreate.js +++ b/events/messageCreate.js @@ -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: ", files: [{ contents: `Message: ${clean(err)}\n\nStack Trace: ${clean(err.stack)}`, - name: "error.txt" + name: "error.txt" }] }, reference)); } catch (e) {