154 Commits

Author SHA1 Message Date
9332a4f6d1 Feat: redis
- add redis package for future queueStore
2025-02-21 08:07:33 +07:00
740245c29d feat: Interaction
- add label for the button
2025-02-21 07:31:35 +07:00
cbfeef5eb8 feat: Node Check
- make sure check if the node connected before skipping
- attempt to connect
- add logging
2025-02-21 07:09:53 +07:00
6e69e76582
Merge pull request #36 from MinazukiAmane/dependabot/npm_and_yarn/multi-6603500e94
Bump undici and discord.js
2025-02-11 12:59:51 +07:00
9c2ceb1258
Merge branch 'Development' into dependabot/npm_and_yarn/multi-6603500e94 2025-02-11 12:59:43 +07:00
4a906be40c
Merge pull request #27 from MinazukiAmane/dependabot/npm_and_yarn/multi-fb6576e9f1
Bump cookie, express-session and express
2025-02-11 12:59:20 +07:00
67b237fd88
Merge branch 'Development' into dependabot/npm_and_yarn/multi-fb6576e9f1 2025-02-11 12:59:12 +07:00
dependabot[bot]
9538c7ab84
Bump undici and discord.js
Bumps [undici](https://github.com/nodejs/undici) to 6.21.1 and updates ancestor dependency [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js). These dependencies need to be updated together.


Updates `undici` from 6.13.0 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.13.0...v6.21.1)

Updates `discord.js` from 14.15.3 to 14.18.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.18.0/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.18.0/packages/discord.js)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: discord.js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 05:54:52 +00:00
93af636949
Merge pull request #35 from MinazukiAmane/dependabot/npm_and_yarn/mongoose-8.9.5
Bump mongoose from 8.8.3 to 8.9.5
2025-02-11 12:53:36 +07:00
8496121e72
Merge branch 'Development' into dependabot/npm_and_yarn/mongoose-8.9.5 2025-02-11 12:53:28 +07:00
70a872de45 commit
- improved lyric command
- improved eval
- add reloadcmd command
- update commands to use collection instead of array
2025-01-26 12:51:43 +07:00
12cc645120 change from lyrics using java timed now used lavalyrics
this change now make the needed of lavalink plugins requirements from java-timed-lyrics to lavalyrics
2025-01-22 05:46:45 +07:00
dependabot[bot]
805c5ffb27
Bump mongoose from 8.8.3 to 8.9.5
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.8.3 to 8.9.5.
- [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.8.3...8.9.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 06:29:12 +00:00
9090aa0916
Rename logger.js to Logger.js 2025-01-08 01:30:43 +07:00
6d6597a798 now check log channels for kicked members
this to prevent a undefined reading send
2025-01-07 08:43:02 +07:00
283dfa8666 queue 2025-01-04 08:23:06 +07:00
42ff721678 Merge branch 'Development' of https://github.com/MinazukiAmane/Kiera-Bot into Development 2025-01-04 07:04:31 +07:00
db7f036697 the resume button should in the disconnect not in trackend lols 2025-01-04 06:53:53 +07:00
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
c014979abd fix long title error 2025-01-04 03:45:10 +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 #29 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 #30 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 #31 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
dependabot[bot]
d86ae14ea9
Bump cookie, express-session and express
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express-session](https://github.com/expressjs/session) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express-session` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/expressjs/session/releases)
- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/session/compare/v1.18.0...v1.18.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-19 11:06:51 +00:00
942b524cb7 idk what is this lols 2024-10-05 11:06:58 +07:00