This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
======================================================== | |
𝑅𝛥𝛨𝑈𝐿-𝛭𝐷 𝐵𝛩𝑇 | |
======================================================== | |
Copyright (C) 2023. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { levanterTimeout } = require('../lib/') | |
/* | |
{ | |
pattern: 'auto_about ?(.*)', | |
fromMe: true, | |
desc: 'auto about', | |
type: 'bot', | |
},*/ | |
const time = 1 * 1 * 1 // 1 minute gap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let {Function,runtime} = require('../lib'); | |
/* | |
Credit: SUHAID-BRO/hermit-md | |
Function({ | |
pattern: 'autobio ?(.*)', | |
fromMe: false | |
*/ | |
let on_aano = false | |
Function({on:"text",fromMe:false},async (m)=>{ | |
if (on_aano=== true || on_aano === null) return; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let {Function,runtime} = require('../lib'); | |
/* | |
Credit: SUHAID-BRO/hermit-md | |
Function({ | |
pattern: 'autombio ?(.*)', | |
fromMe: false | |
*/ | |
let on_aano = false | |
Function({on:"text",fromMe:false},async (m)=>{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let {Function,runtime} = require('../lib'); | |
/* | |
Credit: SUHAID-BRO/hermit-md | |
Function({ | |
pattern: 'autombio ?(.*)', | |
fromMe: false | |
*/ | |
let on_aano = false | |
Function({on:"text",fromMe:false},async (m)=>{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let {Module} = require('../main'); | |
/* | |
Credit: souravkl11/raganork | |
Module({ | |
pattern: 'autobio ?(.*)', | |
fromMe: false | |
*/ | |
let on_aano = true | |
Module({on:"text",fromMe:false},async (m)=>{ | |
if (on_aano=== true || on_aano === 9547261290) return; |