Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
Updated README.md, added a step with Discord Developer Portal.
Fixed some localization errors.
Update ytdl-core to 4.13.0.
  • Loading branch information
AlexInCube committed Sep 18, 2023
1 parent ef2ed4e commit 5fe56b2
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 123 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ But in both cases, you need to configure .env file.

- Create .env.production
- Fill all fields in .env.production. If the field is marked as (Optional), you can skip it.
- (Required) To get Discord Token, follow this [guide](https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot)
- (Required) To get Discord Token, follow this [guide](https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot). After following the guide, you need to enable privileged intents in [Discord Developer Portal.](https://github.com/AlexInCube/AlCoTest/assets/25522245/fdbcdcf1-9501-47f0-93bf-7e76806f623f)
- (Optional) To get Spotify Secret and ID, follow this [guide](https://stevesie.com/docs/pages/spotify-client-id-secret-developer-api)
- (Optional) To get Yandex Music token, follow this [guide](https://github.com/MarshalX/yandex-music-api/discussions/513)
```
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"main": "build/main.js",
"scripts": {
Expand All @@ -19,28 +19,28 @@
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.12.1",
"@distube/ytdl-core": "^4.13.0",
"cross-env": "7.0.3",
"discord.js": "^14.13.0",
"distube": "^4.1.0",
"distube-yandex-music-plugin": "^0.2.1",
"dotenv": "^16.3.1",
"i18next": "^22.5.1",
"i18next-fs-backend": "^2.1.5",
"mongoose": "^7.5.0",
"i18next-fs-backend": "^2.2.0",
"mongoose": "^7.5.2",
"node-os-utils": "^1.3.7",
"prism-media": "^1.3.5",
"sodium-native": "^4.0.4",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.6.2",
"@types/node-os-utils": "^1.3.1",
"@types/uuid": "^9.0.2",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 5fe56b2

Please sign in to comment.