1
0
Fork 0

forgot something

akairo
Loic Bersier 6 years ago
parent b87435bc98
commit c4f7dc7104

@ -23,6 +23,7 @@ class TtsCommand extends Command {
} }
async exec(message, args) { async exec(message, args) {
let text = args.text;
// Construct the request // Construct the request
const request = { const request = {

@ -23,6 +23,8 @@ class TtsvcCommand extends Command {
} }
async exec(message, args) { async exec(message, args) {
let text = args.text;
// Construct the request // Construct the request
const request = { const request = {
input: {text: text}, input: {text: text},

Loading…
Cancel
Save