Skip to content

Commit

Permalink
Make Custom Emoji message ephemeral
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
SomeAspy committed Sep 10, 2023
1 parent 59b9a38 commit b1afaf5
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 99 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lint": "eslint -c .eslintrc.cjs src/**/* config/**/*"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-plugin-json": "^3.1.0",
"typescript": "^5.2.2",
"typescript-eslint-language-service": "^5.0.5"
Expand Down
150 changes: 54 additions & 96 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/commands/badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export async function execute(
await interaction.reply({
content:
'Custom emojis will not appear in the badge name, and are thus blocked.',
ephemeral: true,
});
return;
}
Expand Down

0 comments on commit b1afaf5

Please sign in to comment.