Skip to content

Instantly share code, notes, and snippets.

@missnora07
Last active December 20, 2022 03:10
Show Gist options
  • Save missnora07/096b4ebda82767f006822ded88a4b4b3 to your computer and use it in GitHub Desktop.
Save missnora07/096b4ebda82767f006822ded88a4b4b3 to your computer and use it in GitHub Desktop.
//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