Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NidukaAkalanka authored Apr 19, 2022
1 parent f6fd419 commit 3ea826d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/function/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { decryptMedia } = require('@open-wa/wa-automate');
const axios = require('axios');
const voiceUrl = require('./voice');
const quran = require('./quran');
const makequotes = require('./makequote');
const brainly = require('./brainly');
const youtubeMusic = require('./youtube');
Expand Down Expand Up @@ -104,7 +103,6 @@ const movie = async (params) => {

module.exports = {
voiceUrl,
quran,
makequotes,
brainly,
bucin,
Expand Down
2 changes: 1 addition & 1 deletion lib/text/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const indo = require("./text_id");
const en = require("./text_id");
module.exports = en;

0 comments on commit 3ea826d

Please sign in to comment.