8 Commits

Author SHA1 Message Date
dependabot[bot]
dd9126e889 Bump undici and discord.js
Bumps [undici](https://github.com/nodejs/undici) to 6.24.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.21.1 to 6.24.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.21.1...v6.24.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 02:40:45 +00:00
5e7e86dc1e Merge pull request #8 from gizmo4487/dependabot/npm_and_yarn/js-yaml-4.1.1
Bump js-yaml from 4.1.0 to 4.1.1
2026-04-05 21:39:37 -05:00
3ce173f6a7 Merge branch 'master' into dependabot/npm_and_yarn/js-yaml-4.1.1 2026-04-05 21:36:26 -05:00
48e3420a58 Merge pull request #9 from gizmo4487/dependabot/npm_and_yarn/lodash-4.17.23
Bump lodash from 4.17.21 to 4.17.23
2026-04-05 21:34:29 -05:00
dependabot[bot]
f26d532214 Bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-22 00:10:41 +00:00
dependabot[bot]
f9eafc49f1 Bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 10:54:09 +00:00
821e73d7b0 Update Twitch username and link 2025-05-24 12:27:26 -05:00
7393b38d1c Add workflow status badge to README 2025-05-17 01:13:15 -05:00
4 changed files with 1982 additions and 1950 deletions

View File

@@ -1,3 +1,4 @@
[![Node.js CI](https://github.com/gizmo4487/O-Bot/actions/workflows/node.js.yml/badge.svg)](https://github.com/gizmo4487/O-Bot/actions/workflows/node.js.yml)
# O-Bot
A Discord bot themed around O, a character in SEGA's Puyo Puyo Tetris

View File

@@ -25,7 +25,7 @@ module.exports = {
},
{
name: "Twitch",
value: "[notengonombreusario](https://twitch.tv/notengonombreusario)",
value: "[gizmo_4487](https://twitch.tv/gizmo_4487)",
inline: true,
}
)

3927
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.19.3",
"discord.js": "^14.26.2",
"ffmpeg-static": "^5.2.0",
"sodium": "^3.0.2"
},