Skip to content

Commit

Permalink
Update simple.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wahhajb authored Aug 9, 2024
1 parent bc03826 commit cb75f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ if (Buffer.isBuffer(text)) {
return conn.sendFile(jid, text, 'file', '', quoted, false, options)
} else {
let canalId = ["120363160340530873@newsletter", "120363160340530873@newsletter", "120363160340530873@newsletter", "120363160340530873@newsletter"]
let canalNombre = ["Mohamed Elsony", "Elsony ⚡ 𝐂𝐎𝐃𝐈𝐍𝐆", "Mohamed Elsony", "Mohamed Elsony"]
let canalNombre = ["ستيڤن", "ستيڤن", "ستيڤن", "ستيڤن"]

async function getRandomChannel() {
let randomIndex = Math.floor(Math.random() * canalId.length)
Expand Down

0 comments on commit cb75f20

Please sign in to comment.