mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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 { Readable } = require('stream');
|
||||
const { list } = require('../../util/Util');
|
||||
const voices = {
|
||||
sonic: 'sonic',
|
||||
homer: 'homer-simpson',
|
||||
spongebob: 'spongebob-squarepants',
|
||||
arnold: 'arnold-schwarzenegger'
|
||||
};
|
||||
const voices = require('../../assets/json/vocodes');
|
||||
|
||||
module.exports = class VocodesCommand extends Command {
|
||||
constructor(client) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.34.0",
|
||||
"version": "119.34.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user