134 Commits

Author SHA1 Message Date
24e98fad90 add join/resume button
add join command, resume button when only node disconnected and music stopped to play
2025-01-04 06:18:52 +07:00
91c5b7e67e adding current track to database
by adding current track to the database and position
2025-01-04 05:49:49 +07:00
df67f66a63 fix that clear database entry after restore
this should fix that clear the database entry after restoring the queue and tracks, also now it will check if there is no more track left, consider cleaning up the database entry
2025-01-04 05:43:09 +07:00
2f0c2c387c save tracks and queue
to add new added tracks and queue to the database so it can continue playing, when the node disconnected or crashed.

still not tested yet
2025-01-04 02:43:50 +07:00
0bf035c71f should fix the bot crash
this should fix the bot crash when the bot is disconnected because of voice channels is gone, or reconnecting to the voice channel but without any music, not tested yet
2025-01-04 02:39:32 +07:00
68c9980703 5.8.0 2024-12-13 14:26:26 +07:00
417876306a fix default lyrics 2024-12-13 12:32:37 +07:00
09f8822778 add more button and reorganize the button 2024-12-10 18:10:44 +07:00
2f956b91b1 Create config.js.example 2024-12-10 08:03:55 +07:00
ba9bce65f5 5.7.1 2024-12-10 08:01:24 +07:00
6c6e78a0b4 Update .gitignore 2024-12-10 08:00:59 +07:00
a5227caf01 Ignore config.js 2024-12-10 08:00:37 +07:00
60ff71b2e0 add ability to change the source 2024-12-10 07:56:17 +07:00
13552f69b5
Merge pull request from MinazukiAmane/dependabot/npm_and_yarn/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
2024-12-09 11:36:11 +07:00
dependabot[bot]
6e5759377a
Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 04:28:51 +00:00
f854589636
Merge pull request from MinazukiAmane/dependabot/npm_and_yarn/mongoose-8.8.3
Bump mongoose from 8.4.1 to 8.8.3
2024-12-09 11:27:59 +07:00
c826046e20
Merge pull request from MinazukiAmane/dependabot/npm_and_yarn/multi-6bc014718a
Bump path-to-regexp and express
2024-12-09 11:27:27 +07:00
6e78be0f29 Update lyric.js 2024-12-09 11:07:44 +07:00
e5aff5c763 Merge branch 'Development' of https://github.com/MinazukiAmane/Tinasha-Bot into Development 2024-12-09 10:56:00 +07:00
011d772943 lyrics fix temp 2024-12-09 10:55:48 +07:00
frostice482
5db6afbfe5 fix mispell 2024-12-06 15:15:40 +07:00
9467a1d81e up 2024-12-06 06:37:16 +07:00
dependabot[bot]
1cc08534ac
Bump mongoose from 8.4.1 to 8.8.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.1 to 8.8.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.8.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 23:33:34 +00:00
dependabot[bot]
089d85c9dd
Bump path-to-regexp and express
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)

Updates `express` from 4.21.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 23:33:32 +00:00
03705ad4e8 music wrapper change
• Changed music wrapper lavaclient to lavalink-client
• Added lavalink v4 support
• Added custom player events
• Added autoplay feature.
2024-12-06 06:32:09 +07:00
bd020a8e71 some update 2024-11-03 12:20:31 +07:00
33e71babcb Update package.json 2024-11-03 11:55:57 +07:00
c833b2e211 Update nodes.js 2024-11-03 11:53:54 +07:00
fe834dc23d Delete subscribe.js 2024-11-03 11:52:09 +07:00
942b524cb7 idk what is this lols 2024-10-05 11:06:58 +07:00
73a1ea4f06 change from username to displayName instead 2024-10-05 10:32:12 +07:00
af10596b33 make default volume to 100 2024-10-05 10:31:55 +07:00
e724f4c2d6 in case using https and not using default port 80 2024-10-05 10:31:35 +07:00
8031b6a3d3
Merge branch 'master' into Development 2024-09-20 09:55:33 +07:00
a912a0326c forgor 2024-09-19 18:34:16 +07:00
eb09feee6a i fixed it 2024-09-19 18:32:15 +07:00
0f8c32ab54
Merge pull request from MinazukiAmane/dependabot/npm_and_yarn/multi-cf87d80143
Bump send and express
2024-09-19 12:52:42 +07:00
950bfcfd31
Merge branch 'Development' into dependabot/npm_and_yarn/multi-cf87d80143 2024-09-19 12:52:11 +07:00
9bb2a0cb5c
Merge pull request from MinazukiAmane/dependabot/npm_and_yarn/multi-d66d039ac5
Bump serve-static and express
2024-09-19 12:51:53 +07:00
6e507c2245
Merge branch 'Development' into dependabot/npm_and_yarn/multi-d66d039ac5 2024-09-19 12:51:42 +07:00
0b12f3cde7 someone fix this please, i give up 2024-09-19 08:32:02 +07:00
4427ca7f8c fix animefact and nodes commands can't run without slash 2024-09-19 07:37:25 +07:00
dependabot[bot]
b2033d1492
Bump send and express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 00:16:05 +00:00
dependabot[bot]
6c8c98b161
Bump serve-static and express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 00:16:02 +00:00
ac01e4f7b9 remove unecessary things 2024-09-19 07:14:54 +07:00
afe85e9b14
Merge pull request from MinazukiAmane/Development
5.6.0
5.6.0
2024-08-14 10:08:07 +07:00
d7b9c82d1d 5.6.0 2024-08-14 10:05:24 +07:00
7ad1f8a0ec update package 2024-08-14 10:02:35 +07:00
5443865649 Update config.js 2024-08-14 09:58:10 +07:00
8a308baf0a change repo name 2024-08-14 09:53:54 +07:00