forked from Supositware/Haha-Yes
forgot something
This commit is contained in:
parent
b87435bc98
commit
c4f7dc7104
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue