1
0
Fork 0

forgot fs

akairo
Loic Bersier 6 years ago
parent c4f7dc7104
commit 9963ffbec9

@ -1,6 +1,7 @@
const { Command } = require('discord-akairo');
const textToSpeech = require('@google-cloud/text-to-speech');
const gclient = new textToSpeech.TextToSpeechClient();
const fs = require('fs');
class TtsCommand extends Command {
constructor() {

@ -1,6 +1,7 @@
const { Command } = require('discord-akairo');
const textToSpeech = require('@google-cloud/text-to-speech');
const gclient = new textToSpeech.TextToSpeechClient();
const fs = require('fs');
class TtsvcCommand extends Command {
constructor() {

Loading…
Cancel
Save