mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Add a bunch of vocodes things
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"sonic": "sonic",
|
||||||
|
"homer": "homer-simpson",
|
||||||
|
"spongebob": "spongebob-squarepants",
|
||||||
|
"schwarzenegger": "arnold-schwarzenegger",
|
||||||
|
"christopher-lee": "christopher-lee",
|
||||||
|
"leonard-nimoy": "leonard-nimoy",
|
||||||
|
"squidward": "squidward",
|
||||||
|
"obama": "barack-obama",
|
||||||
|
"bart": "bart-simpson",
|
||||||
|
"lisa": "lisa-simpson",
|
||||||
|
"devito": "danny-devito",
|
||||||
|
"clinton": "bill-clinton",
|
||||||
|
"bush": "george-w-bush",
|
||||||
|
"reagan": "ronald-reagan",
|
||||||
|
"carter": "jimmy-carter",
|
||||||
|
"nixon": "richard-nixon",
|
||||||
|
"bill-gates": "bill-gates",
|
||||||
|
"krabs": "mr-krabs",
|
||||||
|
"scout": "scout"
|
||||||
|
}
|
||||||
@@ -2,12 +2,7 @@ const Command = require('../../structures/Command');
|
|||||||
const request = require('node-superfetch');
|
const request = require('node-superfetch');
|
||||||
const { Readable } = require('stream');
|
const { Readable } = require('stream');
|
||||||
const { list } = require('../../util/Util');
|
const { list } = require('../../util/Util');
|
||||||
const voices = {
|
const voices = require('../../assets/json/vocodes');
|
||||||
sonic: 'sonic',
|
|
||||||
homer: 'homer-simpson',
|
|
||||||
spongebob: 'spongebob-squarepants',
|
|
||||||
arnold: 'arnold-schwarzenegger'
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = class VocodesCommand extends Command {
|
module.exports = class VocodesCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "119.34.0",
|
"version": "119.34.1",
|
||||||
"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