From 9963ffbec97b74fdfcb396b9ec609ec01396ecc7 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 30 Dec 2018 02:16:44 +0100 Subject: [PATCH] forgot fs --- commands/general/tts.js | 1 + commands/general/ttsvc.js | 1 + 2 files changed, 2 insertions(+) diff --git a/commands/general/tts.js b/commands/general/tts.js index f57c2077..188c25c9 100644 --- a/commands/general/tts.js +++ b/commands/general/tts.js @@ -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() { diff --git a/commands/general/ttsvc.js b/commands/general/ttsvc.js index 625a88f8..5fdfe1a7 100644 --- a/commands/general/ttsvc.js +++ b/commands/general/ttsvc.js @@ -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() {