Skip to content

Commit 3cddaaf

Browse files
authored
π‘»π’†π’‚π’Ž π‘΅π’”π’Œ
1 parent 938b430 commit 3cddaaf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function makeWASocket(connectionOptions, options = {}) {
9595
enumerable: true
9696
},
9797
//GataBot
98-
sendGataBot: {
98+
sendNatsuki: {
9999
async value(jid, text = '', buffer, title, body, url, quoted, options) {
100100
if (buffer) try { (type = await conn.getFile(buffer), buffer = type.data) } catch { buffer = buffer }
101101
let prep = generateWAMessageFromContent(jid, { extendedTextMessage: { text: text, contextInfo: { externalAdReply: { title: title, body: body, thumbnail: buffer, sourceUrl: url }, mentionedJid: await conn.parseMention(text) }}}, { quoted: quoted })
@@ -440,9 +440,8 @@ async value(jid, text = '', quoted, options) {
440440
if (Buffer.isBuffer(text)) {
441441
return conn.sendFile(jid, text, 'file', '', quoted, false, options)
442442
} else {
443-
let canalId = ["120363160031023229@newsletter", "120363169294281316@newsletter", "120363203805910750@newsletter", "120363302472386010@newsletter", " 120363301598733462@newsletter", "120363336642332098@newsletter"]
444-
let canalNombre = ["π—”π—‘π—’π—§π—›π—˜π—₯ π—–π—›π—”π—‘π—‘π—˜π—Ÿ ⟑ INFINITY-WA πŸ’«", "GB - UPDATE 🐈", "Tips sobre GataBot 🀩", "π—‘π—˜π—ͺ 𝗣π—₯π—’π—π—˜π—–π—§ ⟑ YartexBot-MD ✨", "Sky Ultra Plus ☁️", 'GataBot Test']
445-
443+
let canalId = ["120363192435027853@newsletter", "120363192435027853@newsletter", "120363192435027853@newsletter"]
444+
let canalNombre = ["γ€Žβœ― Team Comunity Natsuki 』", "γ€Žβœ― Team Comunity Natsuki 』", "γ€Žβœ― Team Comunity Natsuki 』"]
446445
async function getRandomChannel() {
447446
let randomIndex = Math.floor(Math.random() * canalId.length)
448447
let id = canalId[randomIndex]

0 commit comments

Comments
Β (0)