forgot fs

merge-requests/1/head
Loic Bersier 5 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