Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions painzy.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*


Subscribe My YouTube Channel: @GlobalTechInfo
Subscribe My WhatsApp Channel: https://whatsapp.com/channel/0029Vb7qmxVG8l5LP0E9w61H

Follow The Channel For More :https://whatsapp.com/channel/0029VagJIAr3bbVBCpEkAM07
Follow The Channel For More :https://whatsapp.com/channel/0029Vb7qmxVG8l5LP0E9w61H

Contact Me: https://t.me/GlobalTechInc

GitHub: https://github.com/GlobalTechInfo

Credit Qasim Ali
Credit แตƒสธแต‰หขสฐแตƒ แต‡โฑแต‡โฑ

*/
require("./config")
Expand Down Expand Up @@ -140,7 +140,7 @@ var genalpa = [
"๐˜Š๐˜ณ๐˜ข๐˜ด๐˜ฉ",
"๐˜Ž๐˜“๐˜–๐˜‰๐˜ˆ๐˜“ ๐˜Ÿ ๐˜Š๐˜ณ๐˜ข๐˜ด๐˜ฉ"
]
let { key } = await Painzy.sendMessage(m.chat, {text: '๐˜˜๐˜ข๐˜ด๐˜ช๐˜ฎ'})
let { key } = await Painzy.sendMessage(m.chat, {text: 'แตƒสธแต‰หขสฐแตƒ แต‡โฑแต‡โฑ'})

const pickRandom = (arr) => {
return arr[Math.floor(Math.random() * arr.length)]
Expand Down