mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Add back a few cut sounds
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
["soundboard", "cat.mp3"],
|
["soundboard", "cat.mp3"],
|
||||||
["soundboard", "cow.mp3"],
|
["soundboard", "cow.mp3"],
|
||||||
["soundboard", "dun-dun-dun.mp3"],
|
["soundboard", "dun-dun-dun.mp3"],
|
||||||
|
["soundboard", "hello-there.mp3"],
|
||||||
|
["soundboard", "here-we-go-again.mp3"],
|
||||||
["jeopardy.mp3"],
|
["jeopardy.mp3"],
|
||||||
["soundboard", "laugh-track.mp3"],
|
["soundboard", "laugh-track.mp3"],
|
||||||
["soundboard", "nipah.mp3"],
|
["soundboard", "nipah.mp3"],
|
||||||
@@ -11,5 +13,6 @@
|
|||||||
["soundboard", "sad-violin.mp3"],
|
["soundboard", "sad-violin.mp3"],
|
||||||
["soundboard", "slow-clap.mp3"],
|
["soundboard", "slow-clap.mp3"],
|
||||||
["whos-that-pokemon.mp3"],
|
["whos-that-pokemon.mp3"],
|
||||||
|
["soundboard", "windows-error.mp3"],
|
||||||
["soundboard", "windows-start-up.mp3"]
|
["soundboard", "windows-start-up.mp3"]
|
||||||
]
|
]
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -90,7 +90,17 @@ module.exports = class SoundboardCommand extends Command {
|
|||||||
{
|
{
|
||||||
name: 'Microsoft',
|
name: 'Microsoft',
|
||||||
url: 'https://www.microsoft.com/en-us',
|
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: [
|
args: [
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "124.3.1",
|
"version": "124.3.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user