Add a bunch of vocodes things

This commit is contained in:
Dragon Fire
2020-10-28 19:42:41 -04:00
parent 32a89e2cff
commit bf05d4f597
3 changed files with 23 additions and 7 deletions
+1 -6
View File
@@ -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) {