forked from embee/woomy
stage channels
This commit is contained in:
parent
878cab71e6
commit
26a39a76fc
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -4,15 +4,15 @@
|
|||
"description": "Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.4.0",
|
||||
"@sentry/node": "^6.2.2",
|
||||
"better-sqlite3": "^7.1.2",
|
||||
"@discordjs/opus": "^0.5.0",
|
||||
"@sentry/node": "^6.2.5",
|
||||
"better-sqlite3": "^7.1.4",
|
||||
"chalk": "^4.0.0",
|
||||
"dblapi.js": "^2.4.1",
|
||||
"discord-paginator.js": "github:mudkipscience/discord-paginator.js",
|
||||
"discord.js": "^12.5.1",
|
||||
"discord.js": "^12.5.3",
|
||||
"enmap": "^5.8.4",
|
||||
"ffmpeg-static": "^4.2.8",
|
||||
"ffmpeg-static": "^4.3.0",
|
||||
"hastebin-gen": "^2.0.5",
|
||||
"moment": "^2.29.1",
|
||||
"moment-duration-format": "^2.3.2",
|
||||
|
|
Loading…
Reference in a new issue