Laugh Track Sound

This commit is contained in:
Daniel Odendahl Jr
2017-09-23 00:11:06 +00:00
parent 760901e801
commit 66996b29e7
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -1,7 +1,7 @@
const Command = require('../../structures/Command');
const { list } = require('../../structures/Util');
const path = require('path');
const sounds = ['airhorn', 'cat', 'dun-dun-dun', 'pikachu', 'space'];
const sounds = ['airhorn', 'cat', 'dun-dun-dun', 'laugh track', 'pikachu', 'space'];
module.exports = class SoundboardCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "42.2.0",
"version": "42.2.1",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {