Compare commits

...

3 Commits

Author SHA1 Message Date
Emily 3e80f2c5a2 updated to 1.4.7 2021-09-17 12:38:34 +10:00
Emily 5289977fb5 fix incorrect help info 2021-09-17 12:38:25 +10:00
Emily 684d49ae5b module updates 2021-09-17 12:38:15 +10:00
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -21,5 +21,5 @@ exports.help = {
name: "play",
category: "Music",
description: 'Plays the song you request, or adds it to the queue.',
usage: 'playnext [song]',
usage: 'play [song]',
};

View File

@ -1,4 +1,4 @@
{
"number": "1.4.6",
"number": "1.4.7",
"changelog": "**1.4 Changelog**\n> • Splatoon commands have been added! check current and upcoming maps and modes with `~splatoonmaps`, current and upcoming salmon run maps, weapons and reward gear with `~salmonrun` and see what gear is on offer in the splatnet shop with `~splatnet`!\n**Notes:**\n> • Music is still broken and likely will be until v2 is released. Fixing v1 would delay v2 a lot, sorry >.<"
}