Skip to content

Commit

Permalink
GURU
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored Mar 1, 2023
1 parent 06b74b2 commit 8fcfb77
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plugins/main-script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import fetch from 'node-fetch'

let handler = async function (m, { conn, text, usedPrefix }) {

let m2 = `
ᴛʜᴇ ɢᴜʀᴜ ʙᴏᴛ ꜱᴄʀɪᴘᴛ
https://github.com/Guru322/GURU-BOT
ᴅᴏ ꜱᴛᴀʀ ᴛʜᴇ ʀᴇᴘᴏ ᴀɴᴅ ꜰᴏʀᴋ
`
let pp = 'AsliGuru'
conn.sendButton(m.chat, m2, pp, [
['⏍ Info', `${usedPrefix}botinfo`],
['⌬ Groups', `${usedPrefix}gpguru`]
],m, rpyt)

}

handler.help = ['audios']
handler.tags = ['main']
handler.command = ['script', 'sc', 'repo']

export default handler

0 comments on commit 8fcfb77

Please sign in to comment.