Skip to content

Commit

Permalink
Update propietario(a)-setprefix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elrebelde21 authored Feb 24, 2024
1 parent ab77ece commit 62101ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/propietario(a)-setprefix.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const handler = async (m, {conn, text, usedPrefix, command}) => {
if (!text) throw `${lenguajeGB['smsAvisoMG']()} ๐™‰๐™Š ๐™Ž๐™€ ๐™€๐™ˆ๐˜พ๐™Š๐™‰๐™๐™๐™๐™Š ๐™‰๐™„๐™‰๐™‚๐™๐™‰ ๐™‹๐™๐™€๐™๐™„๐™…๐™Š, ๐™‹๐™Š๐™ ๐™๐˜ผ๐™‘๐™Š๐™ ๐™„๐™‰๐™‚๐™๐™€๐™Ž๐™€ ๐™€๐™‡ ๐™‹๐™๐™€๐™๐™„๐™…๐™Š ๐™Œ๐™๐™€ ๐™Œ๐™๐™„๐™€๐™๐˜ผ ๐™€๐™Ž๐™๐˜ผ๐˜ฝ๐™‡๐™€๐˜พ๐™€๐™, ๐™€๐™…: ${usedPrefix + command} #`;
global.prefix = new RegExp('^[' + (text || global.opts['prefix'] || 'โ€ŽxzXZ/i!#$%+ยฃยขโ‚ฌยฅ^ยฐ=ยถโˆ†ร—รทฯ€โˆšโœ“ยฉยฎ:;?&.\\-').replace(/[|\\{}()[\]^$+*?.\-\^]/g, '\\$&') + ']');
await m.reply(`${lenguajeGB['smsAvisoEG']()} *๐™€๐™‡ ๐™‹๐™๐™€๐™๐™„๐™…๐™Š ๐˜ผ๐˜พ๐™๐™๐˜ผ๐™‡ ๐˜ฟ๐™€๐™‡ ${gt} ๐™Ž๐™€ ๐™€๐™Ž๐™๐˜ผ๐˜ฝ๐™‡๐™€๐˜พ๐™„๐™Š ๐˜ผ :* [ ${text} ]`);
await m.reply(`${lenguajeGB['smsAvisoEG']()} *๐™€๐™‡ ๐™‹๐™๐™€๐™๐™„๐™…๐™Š ๐˜ผ๐˜พ๐™๐™๐˜ผ๐™‡ ๐˜ฟ๐™€๐™‡ ${wm} ๐™Ž๐™€ ๐™€๐™Ž๐™๐˜ผ๐˜ฝ๐™‡๐™€๐˜พ๐™„๐™Š ๐˜ผ :* [ ${text} ]`);
};
handler.help = ['setprefix'].map((v) => v + ' [prefix]');
handler.tags = ['owner'];
Expand Down

0 comments on commit 62101ee

Please sign in to comment.