forked from Supositware/Haha-Yes
forgot fs
This commit is contained in:
parent
c4f7dc7104
commit
9963ffbec9
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
const { Command } = require('discord-akairo');
|
const { Command } = require('discord-akairo');
|
||||||
const textToSpeech = require('@google-cloud/text-to-speech');
|
const textToSpeech = require('@google-cloud/text-to-speech');
|
||||||
const gclient = new textToSpeech.TextToSpeechClient();
|
const gclient = new textToSpeech.TextToSpeechClient();
|
||||||
|
const fs = require('fs');
|
||||||
|
|
||||||
class TtsCommand extends Command {
|
class TtsCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
const { Command } = require('discord-akairo');
|
const { Command } = require('discord-akairo');
|
||||||
const textToSpeech = require('@google-cloud/text-to-speech');
|
const textToSpeech = require('@google-cloud/text-to-speech');
|
||||||
const gclient = new textToSpeech.TextToSpeechClient();
|
const gclient = new textToSpeech.TextToSpeechClient();
|
||||||
|
const fs = require('fs');
|
||||||
|
|
||||||
class TtsvcCommand extends Command {
|
class TtsvcCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Reference in a new issue