Skip to content

Commit

Permalink
⚑ chore (release πŸ€–): Stelle v2.5 is out! πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilG-MC authored Jul 17, 2024
2 parents a5da368 + a28c69b commit 30edc7b
Show file tree
Hide file tree
Showing 48 changed files with 412 additions and 443 deletions.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pnpm i
### πŸ“‹ Configuration
* Stelle has a configuration to save a specific data.

> 1. Go to [the configuration](/src/structures/utils/data/Configuration.ts#L13-L16)
> 1. Go to [the configuration](/src/structures/utils/data/Configuration.ts#L16-L19)
> 2. Replace the IDs with your IDs.
> Example:
Expand Down
2 changes: 1 addition & 1 deletion LAVALINK.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ You can use my example:
*Or `sh start.sh` if you are on a ubuntu server*

### πŸ“‹ Using the node
* Just, go to the [configuration](/src/structures/utils/data/Configuration.ts#L17) of Stelle and add the node to the list.
* Just, go to the [configuration](/src/structures/utils/data/Configuration.ts#L20) of Stelle and add the node to the list.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "stelle-music",
"version": "0.2.5-BLAZER",
"version": "0.2.6-BLAZER",
"description": "A music bot.",
"main": "./dist/index.js",
"type": "module",
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"homepage": "https://github.com/Ganyu-Studios/stelle-music#readme",
"scripts": {
"test": "pnpm clean && pnpm start:debug",
Expand Down Expand Up @@ -33,26 +33,25 @@
"url": "https://github.com/Ganyu-Studios/stelle-music/issues"
},
"dependencies": {
"@prisma/client": "^5.16.2",
"@prisma/client": "^5.17.0",
"chalk": "^5.3.0",
"discord-api-types": "^0.37.92",
"dotenv": "^16.4.5",
"humanize-duration": "^3.32.1",
"kazagumo": "^3.0.5",
"kazagumo-spotify": "^2.1.0",
"lavalink-client": "github:Tomato6966/lavalink-client",
"ms": "^2.1.3",
"seyfert": "github:tiramisulabs/seyfert",
"shoukaku": "github:Shipgirlproject/Shoukaku",
"yunaforseyfert": "github:SagiriIkeda/yunaforseyfert#dev"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/humanize-duration": "^3.27.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prisma": "^5.16.2",
"prisma": "^5.17.0",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.3"
},
Expand Down
Loading

0 comments on commit 30edc7b

Please sign in to comment.