Last active
December 20, 2022 03:10
-
-
Save missnora07/096b4ebda82767f006822ded88a4b4b3 to your computer and use it in GitHub Desktop.
This file contains 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
//love art with a emoji(some emoji didn't work) | |
const {Module} = require('../main') | |
const { | |
MODE | |
} = require('../config'); | |
let w = MODE == 'public' ? false : true | |
Module({pattern: "xart ?(.*)",fromMe:w ,desc: 'readmore generator'}, async(m, match) => { | |
z=match[1].split("")[0]; | |
await m.sendMessage("\n"+"\t".repeat(6)+" "+z+""+z+" "+z+""+z+"\n"+"\t".repeat(6)+" "+z+"\t "+z+"\t\t \t\t\t"+z+" \n"+"\t".repeat(5)+" \t"+z+"\t".repeat(12)+" "+z+"\n"+"\t".repeat(5)+" \t "+z+"\t".repeat(10)+" "+z+"\n"+"\t".repeat(4)+"\t\t "+z+"\t".repeat(7)+z+"\n"+"\t".repeat(11)+z+"\t".repeat(3)+z+"\n"+"\t".repeat(13)+" "+z+"\n"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment