Skip to content

Commit

Permalink
remove useless commands and start on starboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklvh committed Nov 28, 2024
1 parent f1c0bb3 commit 76e2395
Show file tree
Hide file tree
Showing 14 changed files with 202 additions and 2,049 deletions.
15 changes: 0 additions & 15 deletions eslint.config.mjs

This file was deleted.

26 changes: 10 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,22 @@
"extends": "@sapphire/eslint-config"
},
"dependencies": {
"@eslint/eslintrc": "^3.1.0",
"@prisma/client": "^5.21.1",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/fetch": "^3.0.3",
"@sapphire/framework": "^5.2.1",
"@prisma/client": "^6.0.0",
"@sapphire/decorators": "^6.1.1",
"@sapphire/discord.js-utilities": "^7.3.1",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "^5.3.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.17.0",
"@sapphire/time-utilities": "^1.7.14",
"@sapphire/utilities": "^3.18.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.8.4",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"prisma": "^5.21.1",
"typescript": "~5.4.5",
"typescript-eslint": "^8.12.2"
"@types/node": "^22.10.1",
"prisma": "^6.0.0",
"typescript": "~5.4.5"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
1,811 changes: 160 additions & 1,651 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ model Logging {

model Starboard {
enabled Boolean @default(false)
starsRequired Int? @default(5)
starsRequired Int @default(5)
starredMessages String[]
channelId String?
guildId String @unique
Expand Down
56 changes: 0 additions & 56 deletions src/commands/fun/cat.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/commands/fun/dog.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/commands/fun/duck.ts

This file was deleted.

77 changes: 0 additions & 77 deletions src/commands/misc/iplookup.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/commands/misc/ping.ts

This file was deleted.

Loading

0 comments on commit 76e2395

Please sign in to comment.