From e3b3ccd7d3655f3797d14e4034982b9ac900475f Mon Sep 17 00:00:00 2001 From: O3H Date: Sat, 13 Apr 2024 21:21:52 +0100 Subject: [PATCH] . --- .eslintignore | 4 +++- .eslintrc.json | 1 - aurora/buttons/export.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index d2bf2210..13168b3f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,6 @@ node_modules/ firebase/ bot/archive/ -dist/ \ No newline at end of file +dist/ + +bun.lockb \ No newline at end of file diff --git a/.eslintrc.json b/.eslintrc.json index 8dbf666e..6a1cf7eb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,7 +22,6 @@ "no-unreachable": ["error"], "no-unexpected-multiline": ["error"], "prefer-const": "warn", - "linebreak-style": ["error", "windows"], "semi": ["error", "never"], "no-constant-condition": "off", "no-inner-declarations": "off", diff --git a/aurora/buttons/export.ts b/aurora/buttons/export.ts index 275b3bdb..3335a902 100644 --- a/aurora/buttons/export.ts +++ b/aurora/buttons/export.ts @@ -8,7 +8,7 @@ import { Button } from "../../bot/types.js" const exportBtn: Button = { id: "export", execute: (_: Client, interaction: ChatInputCommandInteraction) => { - return interaction.reply({ + return interaction.reply({ content: "Your exported content is attached below.", ephemeral: true, files: []