forgot fs

This commit is contained in:
Loic Bersier 2018-12-30 02:16:44 +01:00
parent c4f7dc7104
commit 9963ffbec9
2 changed files with 2 additions and 0 deletions

View file

@ -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() {

View file

@ -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() {