636 Commits

Author SHA1 Message Date
Choco
3d377fd5ab Added music controller into request channel 2024-12-09 16:42:55 +08:00
Choco
1576ba7957 Update update.py 2024-12-05 13:34:08 +08:00
Choco
94c5fd4c27 Added request song channel feature 2024-12-05 13:33:29 +08:00
Choco
72aafae236 Update docker-image.yml 2024-11-22 17:52:33 +08:00
Choco
e5ad33c77d Update docker-image.yml 2024-11-22 17:50:20 +08:00
Choco
d1e02c5714 Update docker-image.yml 2024-11-22 17:46:49 +08:00
Choco
7c56fc960f Merge branch 'main' into beta 2024-11-22 17:33:59 +08:00
Choco
92d1a93ff0 Merge branch 'main' of https://github.com/ChocoMeow/Vocard 2024-11-22 17:33:43 +08:00
Choco
20dfa42d87 Update Dockerfile 2024-11-22 17:33:31 +08:00
Choco
6cc09c0c5e Create docker-image.yml 2024-11-22 17:31:55 +08:00
Choco
f75c673539 Create bug_report.yml 2024-11-21 11:44:12 +08:00
Choco
9d505caf7f Updated voicelink enum 2024-11-19 11:32:02 +08:00
Choco
8b583b52c6 Fixed bugs 2024-11-07 20:46:46 +08:00
Choco
59e021d375 Fixed bugs 2024-11-06 22:44:00 +08:00
Choco
47fe8a9af4 Allowed bot access user use command without prefix 2024-10-29 22:13:45 +08:00
Choco
2ddf4ad55c Allowed owner to use the bot without a prefix 2024-10-27 21:47:43 +08:00
Choco
ed823bbdcd Supported unprefixed responses 2024-10-27 21:37:07 +08:00
Choco
533cb7a373 Merge pull request #40 from ChocoMeow/beta
Beta
2024-10-25 16:57:29 +08:00
Choco
b26daaaeb7 Fixed the play autocomplete 2024-10-25 16:56:05 +08:00
Choco
c75dc909d1 Fixed autoplay for spotify 2024-10-20 16:09:55 +08:00
Choco
47eb46277e Merge pull request #39 from ChocoMeow/beta
Beta
2024-10-18 17:45:26 +08:00
Choco
db615c5e55 Added track requester mention placeholder 2024-10-16 13:30:12 +08:00
Choco
3bee119882 Update settings Example.json 2024-10-16 13:08:43 +08:00
Choco
e358d12fdf Update requirements.txt 2024-10-04 15:54:21 +08:00
Choco
80af024bbc Merge pull request #35 from ChocoMeow/beta
Beta
2024-09-12 11:17:44 +08:00
Choco
19ae50b760 Merge branch 'main' into beta 2024-09-12 11:17:24 +08:00
Choco
5c48452611 Update README.md 2024-09-12 10:00:53 +08:00
Choco
8a663a939b Vocard v2.6.9 Update: A lot new features, bug fixes, and code clean-up (#34)
* Update docker-compose.yml

No dotenv file needed. All environment values are now defined in docker-compose

* Update RU.json

* Updated docker-compose

* Update README.md

* Resolved issue where playback didn’t start after user joined channel 247

* Added logging system

* Updated logging system

* Update player.py

* Added 24/7 required intent

* Update main.py

* Added logs folder

* Updated logging system

* Updated logging system

* Added some typehint

* Removed error_log

* Renamed a valuable

* Removed unnecessary value

* Fixed some bugs

* Added bot status settings

* Added autocomplete in playtop

* Added a new emoji in Loop button

* Optimized code

* Update requirements.txt

* Fixed autoplay with empty queue

This commit addresses the issue where autoplay was being activated even when the history queue had no tracks. The problem has been resolved to ensure smooth user experience

* Enhanced Loop Control Button Functionality

* Updated the loop button in controller

* Fixed activity update

Resolved the issue where activity updates were not reflected when the value remained the same.

* Added sync function in debug view

* Optimized code

* Added version in the debug

* Added nodes panel in debug view

* Merged .env into settings.json

* Rewritten ipc_client

* Separated the dashboard from the project

* Removed some necessary requirements

* Remove support for replit

* Update README.md

* Update settings Example.json

* Added get_recommendations into node class

* Saved log file when updating

* Rewritten some method in ipc_client

* Written swap and remove method in queue

* Added remove_track and swap_track method in player

* Update methods.py

* Added secure protocol in ipc client

* Fixed some bugs

* Added some method in ipc cilent

* Update methods.py

* Update methods.py

* Added playlist method

* Optimized Spotify client code

* Added Category class in Spotify client

* Added settings method in ipc client

* Fixed some bugs

* Send track requester_id in initPlayer

* Fixed some bugs

* Fixed some bugs

* Optimized some code

* Dump discord.py

* Added start and end position for each track

* Update methods.py

* Fixed a bug

* Fixed some bugs

* Fixed IPC client creation issue

* Rewrote filters

* Fixed some bugs

* Added filter event in ipc method

* Added filter selector in music controller

* Added inbox method

* Optimized some code

* Updated zh-TW local_lang

* Fixed some bugs

* Delete supervisord.conf

* Fixed some bugs

* Updated wording in IPC client

* Update pool.py

* Fixed no song suggestions when spotify_client is None

* Fixed connection problem from the dashboard

* Fixed some bugs

* Added voice status (#33)

* Updated the placeholder name for clarity

* Added voice status

* Dump bot version

* Added global template for voice status

* Added new placeholder

* Updated settings view

* Updated version tag

* Improved codes

* Fixed some bugs

* Supported clear queue endpoint in ipc

* Update methods.py

* Update README.md

* Remove PLACEHOLDERS.MD

---------

Co-authored-by: Azarath7 <158289825+Azarath7@users.noreply.github.com>
2024-09-11 11:51:51 +08:00
Choco
6fa110c9d4 Merge branch 'beta' of https://github.com/ChocoMeow/Vocard into beta 2024-09-11 11:46:57 +08:00
Choco
d26a307e5c Remove PLACEHOLDERS.MD 2024-09-11 11:46:48 +08:00
Choco
c2618fdba5 Update README.md 2024-09-11 11:46:31 +08:00
Choco
f9f9791424 Update methods.py 2024-09-09 11:35:28 +08:00
Choco
aa4017e090 Supported clear queue endpoint in ipc 2024-09-09 11:34:45 +08:00
Choco
b9b77cf0a8 Merge branch 'main' into beta 2024-09-07 18:46:04 +08:00
Choco
6f926ed6d2 Create FUNDING.yml 2024-09-07 13:10:14 +08:00
Choco
f58deb2f8b Fixed some bugs 2024-09-07 13:08:28 +08:00
Choco
b26d7af14b Improved codes 2024-09-04 17:16:39 +08:00
Choco
1dc753f4d4 Updated version tag 2024-08-30 17:17:52 +08:00
Choco
b0ff4fb6c3 Added voice status (#33)
* Updated the placeholder name for clarity

* Added voice status

* Dump bot version

* Added global template for voice status

* Added new placeholder

* Updated settings view
2024-08-30 15:27:37 +08:00
Choco
5722d35c11 Fixed some bugs 2024-08-30 15:25:37 +08:00
Choco
1feaa6eea2 Fixed connection problem from the dashboard 2024-08-29 12:07:30 +08:00
Choco
9c32fd4767 Fixed no song suggestions when spotify_client is None 2024-08-24 10:27:40 +08:00
Choco
5be87b60ee Update pool.py 2024-08-16 15:01:25 +08:00
Choco
bcedbdb657 Updated wording in IPC client 2024-08-16 10:53:08 +08:00
Choco
4f139a97ce Fixed some bugs 2024-08-12 14:51:37 +08:00
Choco
e4ad219f2b Fixed Typo 2024-08-05 22:01:57 +08:00
Choco
d7a13a0419 Fixed a bug 2024-08-05 21:55:46 +08:00
Choco
d0e66111eb Delete supervisord.conf 2024-07-26 13:15:58 +08:00
Choco
4d625920df Merge branch 'main' into beta 2024-07-26 13:14:33 +08:00
Choco
dc73fa0f5f Merge pull request #31 from ChocoMeow/dashboard-docker-configuration
Dashboard docker configuration
2024-07-26 12:44:24 +08:00