mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Add a bunch of vocodes things
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user