Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rifnd authored Dec 3, 2024
1 parent caa216a commit e6f008e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plugins/_events/download/autodl_ig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
})
if (!json.status) return conn.reply(m.chat, Func.jsonFormat(json), m)
for (let i of json.data) {
conn.sendFile(m.chat, i.url, i.type == 'video' ? Func.filename('mp4') : Func.filename('jpg'), `🍟 *Process* : ${((new Date - old) * 1)} ms`, m)
conn.sendFile(m.chat, i.url, '', `🍟 *Process* : ${((new Date - old) * 1)} ms`, m)
await Func.delay(1500)
}
} catch (e) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/downloader/threads.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['threads'],
use: 'link',
tags: ['downloader'],
Expand Down
2 changes: 1 addition & 1 deletion plugins/downloader/twitter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['twitter'],
use: 'link',
tags: ['downloader'],
Expand Down
2 changes: 1 addition & 1 deletion plugins/internet/pinterest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['pin'],
use: 'query',
tags: ['internet'],
Expand Down
3 changes: 2 additions & 1 deletion plugins/tools/hdvideo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
🍟 *Process*🍟 *Process*module.exports = {

module.exports = {
help: ['hdvideo'],
use: 'reply video',
tags: ['tools'],
Expand Down
2 changes: 1 addition & 1 deletion plugins/tools/toanime.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['toanime'],
use: 'reply photo',
tags: ['tools'],
Expand Down
2 changes: 1 addition & 1 deletion plugins/tools/tobarbie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['tobarbie'],
use: 'reply photo',
tags: ['tools'],
Expand Down
2 changes: 1 addition & 1 deletion plugins/tools/tonude.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['tonude'],
use: 'reply photo',
tags: ['tools'],
Expand Down
2 changes: 1 addition & 1 deletion plugins/tools/tops2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🍟 *Process*🍟 *Process*module.exports = {
module.exports = {
help: ['tops2'],
use: 'reply photo',
tags: ['tools'],
Expand Down

0 comments on commit e6f008e

Please sign in to comment.