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