Skip to content

Commit ef25a6a

Browse files
committed
feat: show attachment in choice embed
can be useful if you're submitting multiple things with the same name plus it just looks nicer lol
1 parent d4d87bd commit ef25a6a

4 files changed

Lines changed: 71 additions & 64 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@eslint/js": "^10.0.1",
1414
"@types/node": "^26.1.1",
15-
"eslint": "^10.7.0",
15+
"eslint": "^10.8.0",
1616
"nodemon": "^3.1.14",
1717
"prettier": "^3.9.6",
1818
"typescript-eslint": "^8.65.0"

pnpm-lock.yaml

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/bot/ping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
async execute(interaction) {
1313
const quotes = (
1414
await axios.get<Record<string, string[]>>(
15-
`https://raw.githubusercontent.com/Faithful-Resource-Pack/CompliBot/main/json/quotes.json`,
15+
`https://raw.githubusercontent.com/Faithful-Resource-Pack/CompliBot-Commands/main/json/quotes.json`,
1616
)
1717
).data.ping;
1818

0 commit comments

Comments
 (0)