Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Apr 13, 2024
1 parent 209fda5 commit e3b3ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules/
firebase/
bot/archive/
dist/
dist/

bun.lockb
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion aurora/buttons/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit e3b3ccd

Please sign in to comment.