Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
Added playlists.
Added favorite songs button to audioplayer.
  • Loading branch information
AlexInCube authored Aug 23, 2024
1 parent 7caf498 commit 5a8bd9c
Show file tree
Hide file tree
Showing 72 changed files with 1,542 additions and 680 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ BOT_LANGUAGE=en

BOT_MAX_SONGS_IN_QUEUE=500
BOT_MAX_SONGS_HISTORY_SIZE=60
BOT_MAX_PLAYLISTS_PER_USER=25
BOT_MAX_SONGS_IN_USER_PLAYLIST=500

BOT_DISCORD_TOKEN=undefined
BOT_DISCORD_CLIENT_ID=undefined
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100,
"printWidth": 120,
"endOfLine": "auto"
}
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
<p align="center">
Cool audiobot for Discord created by <a href="https://vk.com/alexincube"><b>@AlexInCube</b></a></p>

## 🌟 Features
- Command /alcotest which shows your alcohol count in blood
- Audioplayer based on [Distube](https://github.com/skick1234/DisTube) with buttons
## 🖥️ Setup
- Go to [Wiki Setup Section](https://github.com/AlexInCube/AlCoTest/wiki/Setup)

## 🌟 Features
![play-audioplayer](/wiki/images/commands/play-audioplayer.png)

- Audioplayer based on [Distube](https://github.com/skick1234/DisTube) with buttons
- Playlists for songs
- Lyrics for songs
- Downloading of songs via /download command
- Support YouTube, Spotify, Soundcloud, Apple Music, any HTTP-stream and Discord Attachments (/playfile support MP3/WAV/OGG)
- Support Slash and Text commands (with customizable prefix per server using /setprefix)
- Support Slash and Text commands system (with customizable prefix per server using /setprefix)
- Localization (English and Russian are currently supported)
- Go to [Wiki](https://github.com/AlexInCube/AlCoTest/wiki) to get more information about features and other.
- Command /alcotest which shows your alcohol count in blood
- Go to [Wiki](https://github.com/AlexInCube/AlCoTest/wiki) to get more information about features, commands, and others.
Binary file added icons/audioplayer/player/favorite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "3.6.0",
"version": "3.7.0",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@eslint/js": "^9.9.0",
"typescript-eslint": "7.18.0",
"typescript-eslint": "^8.2.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
Loading

0 comments on commit 5a8bd9c

Please sign in to comment.