Add back a few cut sounds

This commit is contained in:
Dragon Fire
2020-12-27 10:14:56 -05:00
parent c2383cb9e0
commit a5ef88cfda
6 changed files with 15 additions and 2 deletions
+3
View File
@@ -4,6 +4,8 @@
["soundboard", "cat.mp3"],
["soundboard", "cow.mp3"],
["soundboard", "dun-dun-dun.mp3"],
["soundboard", "hello-there.mp3"],
["soundboard", "here-we-go-again.mp3"],
["jeopardy.mp3"],
["soundboard", "laugh-track.mp3"],
["soundboard", "nipah.mp3"],
@@ -11,5 +13,6 @@
["soundboard", "sad-violin.mp3"],
["soundboard", "slow-clap.mp3"],
["whos-that-pokemon.mp3"],
["soundboard", "windows-error.mp3"],
["soundboard", "windows-start-up.mp3"]
]
Binary file not shown.
Binary file not shown.
Binary file not shown.
+11 -1
View File
@@ -90,7 +90,17 @@ module.exports = class SoundboardCommand extends Command {
{
name: 'Microsoft',
url: 'https://www.microsoft.com/en-us',
reason: 'Windows Start Up Sound'
reason: 'Windows Start Up and Windows Error Sounds'
},
{
name: 'Star Wars',
url: 'https://www.starwars.com/',
reason: 'Hello There Sound'
},
{
name: 'Rockstar Games',
url: 'https://www.rockstargames.com/',
reason: 'Here We Go Again Sound'
}
],
args: [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "124.3.1",
"version": "124.3.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {