diff --git a/Struct/Client.js b/Struct/Client.js index b2488aa6..ec1f2633 100644 --- a/Struct/Client.js +++ b/Struct/Client.js @@ -28,7 +28,7 @@ module.exports = class extends Client { this.funcs.msToTime = require('./funcs/msToTime.js'); this.funcs.dbget = require('./funcs/dbget.js'); this.funcs.exe = require('./funcs/exe.js'); - this.funcs.ffmpegTest = require('./funcs/ffmpeg.js'); + this.funcs.ffmpeg = require('./funcs/ffmpeg.js'); admin.initializeApp({ credential: admin.credential.cert(serviceAccount), @@ -45,4 +45,4 @@ module.exports = class extends Client { this.db.FieldValue = require('firebase-admin').firestore.FieldValue; } -}; \ No newline at end of file +};