forgot something

merge-requests/1/head
Loic Bersier 5 years ago
parent b87435bc98
commit c4f7dc7104

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

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

Loading…
Cancel
Save