Skip to content

Instantly share code, notes, and snippets.

@phaticusthiccy
Created April 30, 2021 03:49
Show Gist options
  • Select an option

  • Save phaticusthiccy/c0c818538bb70657669558e99264788a to your computer and use it in GitHub Desktop.

Select an option

Save phaticusthiccy/c0c818538bb70657669558e99264788a to your computer and use it in GitHub Desktop.
/* Codded by @phaticusthiccy
Telegram: t.me/phaticusthiccy
Instagram: www.instagram.com/kyrie.baran
*/
const Asena = require('../events');
const { MessageType, Mimetype, GroupSettingChange, MessageOptions } = require('@adiwajshing/baileys');
const Axios = require('axios');
const Config = require('../config')
const text = "Bu modül t.me/phaticusthiccy tarafından geliştirilmiştir."
const ask = "İki kişi arasındaki aşk yüzdesini ölçer."
const love = "Measures the percentage of love between two people."
const wn = "This plugin developed by t.me/phaticusthiccy."
if (Config.WORKTYPE == 'private') {
if (Config.LANG == 'TR' || Config.LANG == 'AZ') {
Asena.addCommand({ pattern: 'askolcer ?(.*)', fromMe: true, desc: ask, warn: text}, (async (message, match) => {
if (match[1].includes(' ')) { var split = match[1].split(' '), isimbir = split[1], isimiki = split[0]
var r_text = new Array ();
r_text[0] = "*%0*";
r_text[1] = "*%1*";
r_text[2] = "*%2*";
r_text[3] = "*%3*";
r_text[4] = "*%4*";
r_text[5] = "*%5*";
r_text[6] = "*%6*";
r_text[7] = "*%7*";
r_text[8] = "*%8*";
r_text[9] = "*%9*";
r_text[10] = "*%10*";
r_text[11] = "*%11*";
r_text[12] = "*%12*";
r_text[13] = "*%13*";
r_text[14] = "*%14*";
r_text[15] = "*%15*";
r_text[16] = "*%16*";
r_text[17] = "*%17*";
r_text[18] = "*%18*";
r_text[19] = "*%19*";
r_text[20] = "*%20*";
r_text[21] = "*%21*";
r_text[22] = "*%22*";
r_text[23] = "*%23*";
r_text[24] = "*%24*";
r_text[25] = "*%25*";
r_text[26] = "*%26*";
r_text[27] = "*%27*";
r_text[28] = "*%28*";
r_text[29] = "*%29*";
r_text[30] = "*%30*";
r_text[31] = "*%31*";
r_text[32] = "*%32*";
r_text[33] = "*%33*";
r_text[34] = "*%34*";
r_text[35] = "*%35*";
r_text[36] = "*%36*";
r_text[37] = "*%37*";
r_text[38] = "*%38*";
r_text[39] = "*%39*";
r_text[40] = "*%40*";
r_text[41] = "*%41*";
r_text[42] = "*%42*";
r_text[43] = "*%43*";
r_text[44] = "*%44*";
r_text[45] = "*%45*";
r_text[46] = "*%46*";
r_text[47] = "*%47*";
r_text[48] = "*%48*";
r_text[49] = "*%49*";
r_text[50] = "*%50*";
r_text[51] = "*%51*";
r_text[52] = "*%52*";
r_text[53] = "*%53*";
r_text[54] = "*%54*";
r_text[55] = "*%55*";
r_text[56] = "*%56*";
r_text[57] = "*%57*";
r_text[58] = "*%58*";
r_text[59] = "*%59*";
r_text[60] = "*%60*";
r_text[61] = "*%61*";
r_text[62] = "*%62*";
r_text[63] = "*%63*";
r_text[64] = "*%64*";
r_text[65] = "*%65*";
r_text[66] = "*%66*";
r_text[67] = "*%67*";
r_text[68] = "*%68*";
r_text[69] = "*%69*";
r_text[70] = "*%70*";
r_text[71] = "*%71*";
r_text[72] = "*%72*";
r_text[73] = "*%73*";
r_text[74] = "*%74*";
r_text[75] = "*%75*";
r_text[76] = "*%76*";
r_text[77] = "*%77*";
r_text[78] = "*%78*";
r_text[79] = "*%79*";
r_text[80] = "*%80*";
r_text[81] = "*%81*";
r_text[82] = "*%82*";
r_text[83] = "*%83*";
r_text[84] = "*%84*";
r_text[85] = "*%85*";
r_text[86] = "*%86*";
r_text[87] = "*%87*";
r_text[88] = "*%88*";
r_text[89] = "*%89*";
r_text[90] = "*%90*";
r_text[91] = "*%91*";
r_text[92] = "*%92*";
r_text[93] = "*%93*";
r_text[94] = "*%94*";
r_text[95] = "*%95*";
r_text[96] = "*%96*";
r_text[97] = "*%97*";
r_text[98] = "*%98*";
r_text[99] = "*%99*";
r_text[100] = "*%100*";
var i = Math.floor(101*Math.random())
const giphyget = "https://i.pinimg.com/originals/2a/34/c9/2a34c95330d483685437ae5698b12fd9.gif"
await message.client.sendMessage(message.jid, { url: giphyget }, MessageType.video, {mimetype: Mimetype.gif, caption: isimbir + ' _ve_ ' + isimiki + ' _ile aralarındaki aşk yüzdesi hesaplandı. 💞_\n_Sonuç:_ ' + r_text[i] });
}
else if (!match[1].includes(' ')) { return await message.client.sendMessage(message.jid, '*Lütfen plugini doğur şekilde kullanın!*\n*Örnek:* _.askolcer Thiccy Eva_', MessageType.text);
}
}));
}
else {
Asena.addCommand({ pattern: 'askolcer ?(.*)', fromMe: true, desc: love, warn: wn}, (async (message, match) => {
if (match[1].includes(' ')) { var split = match[1].split(' '), isimbir = split[1], isimiki = split[0]
var r_text = new Array ();
r_text[0] = "*%0*";
r_text[1] = "*%1*";
r_text[2] = "*%2*";
r_text[3] = "*%3*";
r_text[4] = "*%4*";
r_text[5] = "*%5*";
r_text[6] = "*%6*";
r_text[7] = "*%7*";
r_text[8] = "*%8*";
r_text[9] = "*%9*";
r_text[10] = "*%10*";
r_text[11] = "*%11*";
r_text[12] = "*%12*";
r_text[13] = "*%13*";
r_text[14] = "*%14*";
r_text[15] = "*%15*";
r_text[16] = "*%16*";
r_text[17] = "*%17*";
r_text[18] = "*%18*";
r_text[19] = "*%19*";
r_text[20] = "*%20*";
r_text[21] = "*%21*";
r_text[22] = "*%22*";
r_text[23] = "*%23*";
r_text[24] = "*%24*";
r_text[25] = "*%25*";
r_text[26] = "*%26*";
r_text[27] = "*%27*";
r_text[28] = "*%28*";
r_text[29] = "*%29*";
r_text[30] = "*%30*";
r_text[31] = "*%31*";
r_text[32] = "*%32*";
r_text[33] = "*%33*";
r_text[34] = "*%34*";
r_text[35] = "*%35*";
r_text[36] = "*%36*";
r_text[37] = "*%37*";
r_text[38] = "*%38*";
r_text[39] = "*%39*";
r_text[40] = "*%40*";
r_text[41] = "*%41*";
r_text[42] = "*%42*";
r_text[43] = "*%43*";
r_text[44] = "*%44*";
r_text[45] = "*%45*";
r_text[46] = "*%46*";
r_text[47] = "*%47*";
r_text[48] = "*%48*";
r_text[49] = "*%49*";
r_text[50] = "*%50*";
r_text[51] = "*%51*";
r_text[52] = "*%52*";
r_text[53] = "*%53*";
r_text[54] = "*%54*";
r_text[55] = "*%55*";
r_text[56] = "*%56*";
r_text[57] = "*%57*";
r_text[58] = "*%58*";
r_text[59] = "*%59*";
r_text[60] = "*%60*";
r_text[61] = "*%61*";
r_text[62] = "*%62*";
r_text[63] = "*%63*";
r_text[64] = "*%64*";
r_text[65] = "*%65*";
r_text[66] = "*%66*";
r_text[67] = "*%67*";
r_text[68] = "*%68*";
r_text[69] = "*%69*";
r_text[70] = "*%70*";
r_text[71] = "*%71*";
r_text[72] = "*%72*";
r_text[73] = "*%73*";
r_text[74] = "*%74*";
r_text[75] = "*%75*";
r_text[76] = "*%76*";
r_text[77] = "*%77*";
r_text[78] = "*%78*";
r_text[79] = "*%79*";
r_text[80] = "*%80*";
r_text[81] = "*%81*";
r_text[82] = "*%82*";
r_text[83] = "*%83*";
r_text[84] = "*%84*";
r_text[85] = "*%85*";
r_text[86] = "*%86*";
r_text[87] = "*%87*";
r_text[88] = "*%88*";
r_text[89] = "*%89*";
r_text[90] = "*%90*";
r_text[91] = "*%91*";
r_text[92] = "*%92*";
r_text[93] = "*%93*";
r_text[94] = "*%94*";
r_text[95] = "*%95*";
r_text[96] = "*%96*";
r_text[97] = "*%97*";
r_text[98] = "*%98*";
r_text[99] = "*%99*";
r_text[100] = "*%100*";
var i = Math.floor(101*Math.random())
const giphyget = "https://i.pinimg.com/originals/2a/34/c9/2a34c95330d483685437ae5698b12fd9.gif"
await message.client.sendMessage(message.jid, { url: giphyget }, MessageType.video, {mimetype: Mimetype.gif, caption: '_Calculated the percentage of love between_ ' + isimbir + ' _and_ ' + isimiki + ' 💞_\n_Result:_ ' + r_text[i] });
}
else if (!match[1].includes(' ')) { return await message.client.sendMessage(message.jid, '*Please use the plugin properly!*\n*Example:* _.askolcer Thiccy Eva_', MessageType.text);
}
}));
}
}
else if (Config.WORKTYPE == 'public') {
if (Config.LANG == 'TR' || Config.LANG == 'AZ') {
Asena.addCommand({ pattern: 'askolcer ?(.*)', fromMe: false, desc: ask, warn: text}, (async (message, match) => {
if (match[1].includes(' ')) { var split = match[1].split(' '), isimbir = split[1], isimiki = split[0]
var r_text = new Array ();
r_text[0] = "*%0*";
r_text[1] = "*%1*";
r_text[2] = "*%2*";
r_text[3] = "*%3*";
r_text[4] = "*%4*";
r_text[5] = "*%5*";
r_text[6] = "*%6*";
r_text[7] = "*%7*";
r_text[8] = "*%8*";
r_text[9] = "*%9*";
r_text[10] = "*%10*";
r_text[11] = "*%11*";
r_text[12] = "*%12*";
r_text[13] = "*%13*";
r_text[14] = "*%14*";
r_text[15] = "*%15*";
r_text[16] = "*%16*";
r_text[17] = "*%17*";
r_text[18] = "*%18*";
r_text[19] = "*%19*";
r_text[20] = "*%20*";
r_text[21] = "*%21*";
r_text[22] = "*%22*";
r_text[23] = "*%23*";
r_text[24] = "*%24*";
r_text[25] = "*%25*";
r_text[26] = "*%26*";
r_text[27] = "*%27*";
r_text[28] = "*%28*";
r_text[29] = "*%29*";
r_text[30] = "*%30*";
r_text[31] = "*%31*";
r_text[32] = "*%32*";
r_text[33] = "*%33*";
r_text[34] = "*%34*";
r_text[35] = "*%35*";
r_text[36] = "*%36*";
r_text[37] = "*%37*";
r_text[38] = "*%38*";
r_text[39] = "*%39*";
r_text[40] = "*%40*";
r_text[41] = "*%41*";
r_text[42] = "*%42*";
r_text[43] = "*%43*";
r_text[44] = "*%44*";
r_text[45] = "*%45*";
r_text[46] = "*%46*";
r_text[47] = "*%47*";
r_text[48] = "*%48*";
r_text[49] = "*%49*";
r_text[50] = "*%50*";
r_text[51] = "*%51*";
r_text[52] = "*%52*";
r_text[53] = "*%53*";
r_text[54] = "*%54*";
r_text[55] = "*%55*";
r_text[56] = "*%56*";
r_text[57] = "*%57*";
r_text[58] = "*%58*";
r_text[59] = "*%59*";
r_text[60] = "*%60*";
r_text[61] = "*%61*";
r_text[62] = "*%62*";
r_text[63] = "*%63*";
r_text[64] = "*%64*";
r_text[65] = "*%65*";
r_text[66] = "*%66*";
r_text[67] = "*%67*";
r_text[68] = "*%68*";
r_text[69] = "*%69*";
r_text[70] = "*%70*";
r_text[71] = "*%71*";
r_text[72] = "*%72*";
r_text[73] = "*%73*";
r_text[74] = "*%74*";
r_text[75] = "*%75*";
r_text[76] = "*%76*";
r_text[77] = "*%77*";
r_text[78] = "*%78*";
r_text[79] = "*%79*";
r_text[80] = "*%80*";
r_text[81] = "*%81*";
r_text[82] = "*%82*";
r_text[83] = "*%83*";
r_text[84] = "*%84*";
r_text[85] = "*%85*";
r_text[86] = "*%86*";
r_text[87] = "*%87*";
r_text[88] = "*%88*";
r_text[89] = "*%89*";
r_text[90] = "*%90*";
r_text[91] = "*%91*";
r_text[92] = "*%92*";
r_text[93] = "*%93*";
r_text[94] = "*%94*";
r_text[95] = "*%95*";
r_text[96] = "*%96*";
r_text[97] = "*%97*";
r_text[98] = "*%98*";
r_text[99] = "*%99*";
r_text[100] = "*%100*";
var i = Math.floor(101*Math.random())
const giphyget = "https://i.pinimg.com/originals/2a/34/c9/2a34c95330d483685437ae5698b12fd9.gif"
await message.client.sendMessage(message.jid, { url: giphyget }, MessageType.video, {mimetype: Mimetype.gif, caption: isimbir + ' _ve_ ' + isimiki + ' _ile aralarındaki aşk yüzdesi hesaplandı. 💞_\n_Sonuç:_ ' + r_text[i] });
}
else if (!match[1].includes(' ')) { return await message.client.sendMessage(message.jid, '*Lütfen plugini doğur şekilde kullanın!*\n*Örnek:* _.askolcer Thiccy Eva_', MessageType.text);
}
}));
Asena.addCommand({ pattern: 'askolcer ?(.*)', fromMe: true, desc: ask, warn: text}, (async (message, match) => {
if (match[1].includes(' ')) { var split = match[1].split(' '), isimbir = split[1], isimiki = split[0]
var r_text = new Array ();
r_text[0] = "*%0*";
r_text[1] = "*%1*";
r_text[2] = "*%2*";
r_text[3] = "*%3*";
r_text[4] = "*%4*";
r_text[5] = "*%5*";
r_text[6] = "*%6*";
r_text[7] = "*%7*";
r_text[8] = "*%8*";
r_text[9] = "*%9*";
r_text[10] = "*%10*";
r_text[11] = "*%11*";
r_text[12] = "*%12*";
r_text[13] = "*%13*";
r_text[14] = "*%14*";
r_text[15] = "*%15*";
r_text[16] = "*%16*";
r_text[17] = "*%17*";
r_text[18] = "*%18*";
r_text[19] = "*%19*";
r_text[20] = "*%20*";
r_text[21] = "*%21*";
r_text[22] = "*%22*";
r_text[23] = "*%23*";
r_text[24] = "*%24*";
r_text[25] = "*%25*";
r_text[26] = "*%26*";
r_text[27] = "*%27*";
r_text[28] = "*%28*";
r_text[29] = "*%29*";
r_text[30] = "*%30*";
r_text[31] = "*%31*";
r_text[32] = "*%32*";
r_text[33] = "*%33*";
r_text[34] = "*%34*";
r_text[35] = "*%35*";
r_text[36] = "*%36*";
r_text[37] = "*%37*";
r_text[38] = "*%38*";
r_text[39] = "*%39*";
r_text[40] = "*%40*";
r_text[41] = "*%41*";
r_text[42] = "*%42*";
r_text[43] = "*%43*";
r_text[44] = "*%44*";
r_text[45] = "*%45*";
r_text[46] = "*%46*";
r_text[47] = "*%47*";
r_text[48] = "*%48*";
r_text[49] = "*%49*";
r_text[50] = "*%50*";
r_text[51] = "*%51*";
r_text[52] = "*%52*";
r_text[53] = "*%53*";
r_text[54] = "*%54*";
r_text[55] = "*%55*";
r_text[56] = "*%56*";
r_text[57] = "*%57*";
r_text[58] = "*%58*";
r_text[59] = "*%59*";
r_text[60] = "*%60*";
r_text[61] = "*%61*";
r_text[62] = "*%62*";
r_text[63] = "*%63*";
r_text[64] = "*%64*";
r_text[65] = "*%65*";
r_text[66] = "*%66*";
r_text[67] = "*%67*";
r_text[68] = "*%68*";
r_text[69] = "*%69*";
r_text[70] = "*%70*";
r_text[71] = "*%71*";
r_text[72] = "*%72*";
r_text[73] = "*%73*";
r_text[74] = "*%74*";
r_text[75] = "*%75*";
r_text[76] = "*%76*";
r_text[77] = "*%77*";
r_text[78] = "*%78*";
r_text[79] = "*%79*";
r_text[80] = "*%80*";
r_text[81] = "*%81*";
r_text[82] = "*%82*";
r_text[83] = "*%83*";
r_text[84] = "*%84*";
r_text[85] = "*%85*";
r_text[86] = "*%86*";
r_text[87] = "*%87*";
r_text[88] = "*%88*";
r_text[89] = "*%89*";
r_text[90] = "*%90*";
r_text[91] = "*%91*";
r_text[92] = "*%92*";
r_text[93] = "*%93*";
r_text[94] = "*%94*";
r_text[95] = "*%95*";
r_text[96] = "*%96*";
r_text[97] = "*%97*";
r_text[98] = "*%98*";
r_text[99] = "*%99*";
r_text[100] = "*%100*";
var i = Math.floor(101*Math.random())
const giphyget = "https://i.pinimg.com/originals/2a/34/c9/2a34c95330d483685437ae5698b12fd9.gif"
await message.client.sendMessage(message.jid, { url: giphyget }, MessageType.video, {mimetype: Mimetype.gif, caption: isimbir + ' _ve_ ' + isimiki + ' _ile aralarındaki aşk yüzdesi hesaplandı. 💞_\n_Sonuç:_ ' + r_text[i] });
}
else if (!match[1].includes(' ')) { return await message.client.sendMessage(message.jid, '*Lütfen plugini doğur şekilde kullanın!*\n*Örnek:* _.askolcer Thiccy Eva_', MessageType.text);
}
}));
}
else {
Asena.addCommand({ pattern: 'askolcer ?(.*)', fromMe: false, desc: love, warn: wn}, (async (message, match) => {
if (match[1].includes(' ')) { var split = match[1].split(' '), isimbir = split[1], isimiki = split[0]
var r_text = new Array ();
r_text[0] = "*%0*";
r_text[1] = "*%1*";
r_text[2] = "*%2*";
r_text[3] = "*%3*";
r_text[4] = "*%4*";
r_text[5] = "*%5*";
r_text[6] = "*%6*";
r_text[7] = "*%7*";
r_text[8] = "*%8*";
r_text[9] = "*%9*";
r_text[10] = "*%10*";
r_text[11] = "*%11*";
r_text[12] = "*%12*";
r_text[13] = "*%13*";
r_text[14] = "*%14*";
r_text[15] = "*%15*";
r_text[16] = "*%16*";
r_text[17] = "*%17*";
r_text[18] = "*%18*";
r_text[19] = "*%19*";
r_text[20] = "*%20*";
r_text[21] = "*%21*";
r_text[22] = "*%22*";
r_text[23] = "*%23*";
r_text[24] = "*%24*";
r_text[25] = "*%25*";
r_text[26] = "*%26*";
r_text[27] = "*%27*";
r_text[28] = "*%28*";
r_text[29] = "*%29*";
r_text[30] = "*%30*";
r_text[31] = "*%31*";
r_text[32] = "*%32*";
r_text[33] = "*%33*";
r_text[34] = "*%34*";
r_text[35] = "*%35*";
r_text[36] = "*%36*";
r_text[37] = "*%37*";
r_text[38] = "*%38*";
r_text[39] = "*%39*";
r_text[40] = "*%40*";
r_text[41] = "*%41*";
r_text[42] = "*%42*";
r_text[43] = "*%43*";
r_text[44] = "*%44*";
r_text[45] = "*%45*";
r_text[46] = "*%46*";
r_text[47] = "*%47*";
r_text[48] = "*%48*";
r_text[49] = "*%49*";
r_text[50] = "*%50*";
r_text[51] = "*%51*";
r_text[52] = "*%52*";
r_text[53] = "*%53*";
r_text[54] = "*%54*";
r_text[55] = "*%55*";
r_text[56] = "*%56*";
r_text[57] = "*%57*";
r_text[58] = "*%58*";
r_text[59] = "*%59*";
r_text[60] = "*%60*";
r_text[61] = "*%61*";
r_text[62] = "*%62*";
r_text[63] = "*%63*";
r_text[64] = "*%64*";
r_text[65] = "*%65*";
r_text[66] = "*%66*";
r_text[67] = "*%67*";
r_text[68] = "*%68*";
r_text[69] = "*%69*";
r_text[70] = "*%70*";
r_text[71] = "*%71*";
r_text[72] = "*%72*";
r_text[73] = "*%73*";
r_text[74] = "*%74*";
r_text[75] = "*%75*";
r_text[76] = "*%76*";
r_text[77] = "*%77*";
r_text[78] = "*%78*";
r_text[79] = "*%79*";
r_text[80] = "*%80*";
r_text[81] = "*%81*";
r_text[82] = "*%82*";
r_text[83] = "*%83*";
r_text[84] = "*%84*";
r_text[85] = "*%85*";
r_text[86] = "*%86*";
r_text[87] = "*%87*";
r_text[88] = "*%88*";
r_text[89] = "*%89*";
r_text[90] = "*%90*";
r_text[91] = "*%91*";
r_text[92] = "*%92*";
r_text[93] = "*%93*";
r_text[94] = "*%94*";
r_text[95] = "*%95*";
r_text[96] = "*%96*";
r_text[97] = "*%97*";
r_text[98] = "*%98*";
r_text[99] = "*%99*";
r_text[100] = "*%100*";
var i = Math.floor(101*Math.random())
const giphyget = "https://i.pinimg.com/originals/2a/34/c9/2a34c95330d483685437ae5698b12fd9.gif"
await message.client.sendMessage(message.jid, { url: giphyget }, MessageType.video, {mimetype: Mimetype.gif, caption: '_Calculated the percentage of love between_ ' + isimbir + ' _and_ ' + isimiki + ' 💞_\n_Result:_ ' + r_text[i] });
}
else if (!match[1].includes(' ')) { return await message.client.sendMessage(message.jid, '*Please use the plugin properly!*\n*Example:* _.askolcer Thiccy Eva_', MessageType.text);
}
}));
Asena.addCommand({ pattern: 'askolcer ?(.*)', fromMe: true, desc: love, warn: wn}, (async (message, match) => {
if (match[1].includes(' ')) { var split = match[1].split(' '), isimbir = split[1], isimiki = split[0]
var r_text = new Array ();
r_text[0] = "*%0*";
r_text[1] = "*%1*";
r_text[2] = "*%2*";
r_text[3] = "*%3*";
r_text[4] = "*%4*";
r_text[5] = "*%5*";
r_text[6] = "*%6*";
r_text[7] = "*%7*";
r_text[8] = "*%8*";
r_text[9] = "*%9*";
r_text[10] = "*%10*";
r_text[11] = "*%11*";
r_text[12] = "*%12*";
r_text[13] = "*%13*";
r_text[14] = "*%14*";
r_text[15] = "*%15*";
r_text[16] = "*%16*";
r_text[17] = "*%17*";
r_text[18] = "*%18*";
r_text[19] = "*%19*";
r_text[20] = "*%20*";
r_text[21] = "*%21*";
r_text[22] = "*%22*";
r_text[23] = "*%23*";
r_text[24] = "*%24*";
r_text[25] = "*%25*";
r_text[26] = "*%26*";
r_text[27] = "*%27*";
r_text[28] = "*%28*";
r_text[29] = "*%29*";
r_text[30] = "*%30*";
r_text[31] = "*%31*";
r_text[32] = "*%32*";
r_text[33] = "*%33*";
r_text[34] = "*%34*";
r_text[35] = "*%35*";
r_text[36] = "*%36*";
r_text[37] = "*%37*";
r_text[38] = "*%38*";
r_text[39] = "*%39*";
r_text[40] = "*%40*";
r_text[41] = "*%41*";
r_text[42] = "*%42*";
r_text[43] = "*%43*";
r_text[44] = "*%44*";
r_text[45] = "*%45*";
r_text[46] = "*%46*";
r_text[47] = "*%47*";
r_text[48] = "*%48*";
r_text[49] = "*%49*";
r_text[50] = "*%50*";
r_text[51] = "*%51*";
r_text[52] = "*%52*";
r_text[53] = "*%53*";
r_text[54] = "*%54*";
r_text[55] = "*%55*";
r_text[56] = "*%56*";
r_text[57] = "*%57*";
r_text[58] = "*%58*";
r_text[59] = "*%59*";
r_text[60] = "*%60*";
r_text[61] = "*%61*";
r_text[62] = "*%62*";
r_text[63] = "*%63*";
r_text[64] = "*%64*";
r_text[65] = "*%65*";
r_text[66] = "*%66*";
r_text[67] = "*%67*";
r_text[68] = "*%68*";
r_text[69] = "*%69*";
r_text[70] = "*%70*";
r_text[71] = "*%71*";
r_text[72] = "*%72*";
r_text[73] = "*%73*";
r_text[74] = "*%74*";
r_text[75] = "*%75*";
r_text[76] = "*%76*";
r_text[77] = "*%77*";
r_text[78] = "*%78*";
r_text[79] = "*%79*";
r_text[80] = "*%80*";
r_text[81] = "*%81*";
r_text[82] = "*%82*";
r_text[83] = "*%83*";
r_text[84] = "*%84*";
r_text[85] = "*%85*";
r_text[86] = "*%86*";
r_text[87] = "*%87*";
r_text[88] = "*%88*";
r_text[89] = "*%89*";
r_text[90] = "*%90*";
r_text[91] = "*%91*";
r_text[92] = "*%92*";
r_text[93] = "*%93*";
r_text[94] = "*%94*";
r_text[95] = "*%95*";
r_text[96] = "*%96*";
r_text[97] = "*%97*";
r_text[98] = "*%98*";
r_text[99] = "*%99*";
r_text[100] = "*%100*";
var i = Math.floor(101*Math.random())
const giphyget = "https://i.pinimg.com/originals/2a/34/c9/2a34c95330d483685437ae5698b12fd9.gif"
await message.client.sendMessage(message.jid, { url: giphyget }, MessageType.video, {mimetype: Mimetype.gif, caption: '_Calculated the percentage of love between_ ' + isimbir + ' _and_ ' + isimiki + ' 💞_\n_Result:_ ' + r_text[i] });
}
else if (!match[1].includes(' ')) { return await message.client.sendMessage(message.jid, '*Please use the plugin properly!*\n*Example:* _.askolcer Thiccy Eva_', MessageType.text);
}
}));
}
}
Copy link

ghost commented May 3, 2021

@>#![IMG_20210429_235344_826](https://user-images.githubusercontent.com/83597066/116913402-0f1b7a00-ac67-11eb-90fe-bf516ad3fdd4.jpg)

@soumik25
Copy link

How to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment