59 Commits

Author SHA1 Message Date
2cdaa77081 update readme 2024-07-01 08:27:03 +07:00
31817ca706
Merge pull request #14 from MinazukiAmane/dependabot/npm_and_yarn/ws-8.17.1
Bump ws from 8.17.0 to 8.17.1
2024-06-24 23:21:29 +07:00
5e2b2c4d70 update to use lavalink v4 2024-06-24 23:19:34 +07:00
dependabot[bot]
e0bf9de10b
Bump ws from 8.17.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 03:28:30 +00:00
17b4eb0914 add support lavalink v4 2024-06-11 12:18:40 +07:00
Kiera Affarantia
e1a08f2a46 secure and not secure nodes 5.5.0 2024-04-16 06:48:53 +07:00
Kiera Affarantia
64d883e269 add auto reconnect feature 2024-04-16 01:51:52 +07:00
Kiera Affarantia
2e6ef2e6c9 adjust to support up to 100 songs in queue 2024-04-15 18:15:37 +07:00
Kiera Affarantia
0605f33187 fix some thing 2024-04-15 10:38:46 +07:00
05c8cb7ae6
Merge pull request #13 from MinazukiAmane/master
Master
2024-04-15 12:14:38 +09:00
1109e05c93 Merge branch 'Development' 2024-04-15 12:13:46 +09:00
Kiera Affarantia
54e48fff8e patch 5.5.0 2024-04-15 10:11:17 +07:00
Kiera Affarantia
50e368dc48 Update package-lock.json 2024-04-15 06:01:10 +07:00
Kiera Affarantia
b530da760b 5.5.0 update 2024-04-15 05:51:20 +07:00
401ea84ea5
Merge pull request #11 from MinazukiAmane/dependabot/npm_and_yarn/express-4.19.2
Bump express from 4.18.2 to 4.19.2
2024-04-15 06:50:36 +09:00
d03a2d11c2
Merge pull request #10 from MinazukiAmane/dependabot/npm_and_yarn/mongodb-and-mongoose-5.9.1
Bump mongodb and mongoose
2024-04-15 06:50:25 +09:00
f7c2bc4b6c
Merge pull request #9 from MinazukiAmane/dependabot/npm_and_yarn/ip-2.0.1
Bump ip from 2.0.0 to 2.0.1
2024-04-15 06:50:06 +09:00
a5febdeeb2
Merge pull request #12 from MinazukiAmane/dependabot/npm_and_yarn/undici-5.28.4
Bump undici from 5.22.1 to 5.28.4
2024-04-15 06:49:50 +09:00
dependabot[bot]
332c16ee64
Bump undici from 5.22.1 to 5.28.4
Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.22.1...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 15:58:01 +00:00
dependabot[bot]
011fe32d8f
Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 12:51:03 +00:00
48e196ca18 p 2024-03-18 14:45:24 +09:00
dependabot[bot]
872ce2ef9f
Bump mongodb and mongoose
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 5.9.1 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mongodb` from 5.6.0 to 5.9.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v5.9.1/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.9.1)

Updates `mongoose` from 7.3.4 to 7.6.10
- [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/7.3.4...7.6.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17 04:59:40 +00:00
dependabot[bot]
9038a76f3f
Bump ip from 2.0.0 to 2.0.1
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17 04:59:06 +00:00
AmaneSerenetia
1db24e4700 dev sync latest 2024-03-17 13:58:37 +09:00
AmaneSerenetia
c0fcadde11 mini up 2024-03-17 13:57:03 +09:00
Rene
e2ee38bab9 Update config.js 2023-12-09 08:57:03 +09:00
Rene
6d5e1a872c yes you can use v4 but no can't play? 2023-11-23 00:47:22 +09:00
Rene
f6d843e674 add new ID for owner 2023-11-23 00:28:17 +09:00
Rene
3ff73d9903 removed unused stuff 2023-11-22 15:29:27 +09:00
Rene
9a2e639327 removed unused stuff 2023-11-22 15:29:06 +09:00
Rene
9267439a01 gas push 2023-11-22 15:20:54 +09:00
Rene
8323f677f3 can't use lavalink with 4 version stuck in v3 2023-11-22 14:46:14 +09:00
Rene
e94273bdf6 trying to use V4 lavalink test, and audio test after changing to erela by tomato. 2023-11-22 14:40:04 +09:00
Rene
d22d9191c2 forgot to makesure the sg nodes is secure 2023-11-22 14:31:19 +09:00
Rene
8f2175160a Update package-lock.json 2023-11-22 14:28:15 +09:00
Rene
aacb8b4176 ups gak sengaja ke rollback ke versi lama 2023-11-22 14:13:13 +09:00
Kiera Affarantia
2fa7f57144
Merge pull request #5 from MinazukiAmane/master
Master
2023-11-22 11:09:52 +07:00
Kiera Affarantia
a4300f45e3
Merge branch 'Development' into master 2023-11-22 11:09:34 +07:00
Rene
5cd9ac96fd removed unused thing 2023-11-22 11:53:16 +09:00
Rene
93c6113eec change erela.js 2023-11-22 11:50:47 +09:00
Rene
73fd6567c0 just push 2023-11-22 11:48:44 +09:00
Rene
b906f77cac fix some lyrics and changes node 2023-11-22 11:48:05 +09:00
Kiera Affarantia
4ab31107bf
Merge pull request #1 from MinazukiAmane/dependabot/npm_and_yarn/word-wrap-1.2.5
Bump word-wrap from 1.2.3 to 1.2.5
2023-11-20 22:52:40 +07:00
Kiera Affarantia
48a6b21b39
Merge pull request #2 from MinazukiAmane/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-11-20 22:52:25 +07:00
Kiera Affarantia
68277eae8a
Merge pull request #3 from MinazukiAmane/dependabot/npm_and_yarn/undici-5.27.2
Bump undici from 5.23.0 to 5.27.2
2023-11-20 22:52:13 +07:00
Kiera Affarantia
0fc6ba6495
Merge pull request #4 from MinazukiAmane/dependabot/npm_and_yarn/mongoose-5.13.20
Bump mongoose from 5.13.15 to 5.13.20
2023-11-20 22:51:03 +07:00
dependabot[bot]
2fef33d45d
Bump mongoose from 5.13.15 to 5.13.20
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.15 to 5.13.20.
- [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/5.13.15...5.13.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 15:48:59 +00:00
dependabot[bot]
0295b5b5e3
Bump undici from 5.23.0 to 5.27.2
Bumps [undici](https://github.com/nodejs/undici) from 5.23.0 to 5.27.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.23.0...v5.27.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 15:48:56 +00:00
dependabot[bot]
a5746f17dd
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 15:48:55 +00:00
dependabot[bot]
6347d20c87
Bump word-wrap from 1.2.3 to 1.2.5
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 15:48:54 +00:00