Skip to content

Commit

Permalink
Merge pull request #1916 from Androz2091/v7
Browse files Browse the repository at this point in the history
feat!: v7 rewrite
  • Loading branch information
twlite authored Jul 5, 2024
2 parents 987b2de + f776993 commit fba90c5
Show file tree
Hide file tree
Showing 258 changed files with 6,226 additions and 18,004 deletions.
12 changes: 4 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@
"env": {
"node": true
},
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"no-async-promise-executor": "off",
"semi": "error",
"no-console": "error"
}
}
}
4 changes: 4 additions & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"homepage": "https://github.com/Androz2091/discord-player#readme",
"dependencies": {
"mintlify": "^4.0.160"
},
"devDependencies": {
"tsup": "^8.1.0",
"typescript": "^5.5.2"
}
}
7 changes: 0 additions & 7 deletions apps/music-bot/.eslintrc.json

This file was deleted.

4 changes: 0 additions & 4 deletions apps/music-bot/.gitattributes

This file was deleted.

32 changes: 0 additions & 32 deletions apps/music-bot/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions apps/music-bot/.prettierignore

This file was deleted.

15 changes: 0 additions & 15 deletions apps/music-bot/.sapphirerc.json

This file was deleted.

7 changes: 0 additions & 7 deletions apps/music-bot/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions apps/music-bot/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions apps/music-bot/src/.env.example

This file was deleted.

70 changes: 0 additions & 70 deletions apps/music-bot/src/KarasuClient.ts

This file was deleted.

85 changes: 0 additions & 85 deletions apps/music-bot/src/commands/applemusic.ts

This file was deleted.

Loading

0 comments on commit fba90c5

Please sign in to comment.