Skip to content

Commit

Permalink
⚑ chore (release πŸ€–): Stelle v2.8 is out! πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilG-MC authored Aug 14, 2024
2 parents 6d45781 + 773c464 commit a04f60b
Show file tree
Hide file tree
Showing 42 changed files with 427 additions and 228 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## βš™οΈ Bug Fixes

1. Fork the repo and create your branch from `main`.
1. Fork the repo and create your branch from `dev`.
2. First, install the dependencies with `pnpm install`.
3. Make your code change.
4. Try to be clear and concise as possible.
Expand Down
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#L16-L19)
> 1. Go to [the configuration](/src/structures/utils/data/Configuration.ts#L17-L20)
> 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#L20) of Stelle and add the node to the list.
* Just, go to the [configuration](/src/structures/utils/data/Configuration.ts#L21) of Stelle and add the node to the list.
14 changes: 7 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.7-BLAZER",
"version": "0.2.8-BLAZER",
"description": "A music bot.",
"main": "./dist/index.js",
"type": "module",
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"homepage": "https://github.com/Ganyu-Studios/stelle-music#readme",
"scripts": {
"test": "pnpm clean && pnpm start:debug",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/Ganyu-Studios/stelle-music/issues"
},
"dependencies": {
"@prisma/client": "^5.17.0",
"@prisma/client": "^5.18.0",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"humanize-duration": "^3.32.1",
Expand All @@ -45,10 +45,10 @@
"@biomejs/biome": "^1.8.3",
"@types/humanize-duration": "^3.27.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.12",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"prisma": "^5.17.0",
"@types/node": "^22.2.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"prisma": "^5.18.0",
"typescript": "^5.5.4"
},
"imports": {
Expand Down
Loading

0 comments on commit a04f60b

Please sign in to comment.