forked from embee/woomy
module updates
This commit is contained in:
parent
82bfed57aa
commit
684d49ae5b
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
|||
"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.5.0",
|
||||
"@sentry/node": "^6.4.1",
|
||||
"@discordjs/opus": "^0.6.0",
|
||||
"@sentry/node": "^6.12.0",
|
||||
"better-sqlite3": "^7.4.0",
|
||||
"chalk": "^4.1.1",
|
||||
"dblapi.js": "^2.4.1",
|
||||
"discord-paginator.js": "github:mudkipscience/discord-paginator.js",
|
||||
"discord-paginator.js": "git+https://gitdab.com/embee/discord-paginator.js",
|
||||
"discord.js": "^12.5.3",
|
||||
"enmap": "^5.8.5",
|
||||
"ffmpeg-static": "^4.3.0",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"to-zalgo": "^1.0.1",
|
||||
"urban": "^0.3.2",
|
||||
"weather-js": "^2.0.0",
|
||||
"ytdl-core": "^4.8.2"
|
||||
"ytdl-core": "^4.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in a new issue