Skip to content

Commit

Permalink
Update classic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Samue-l1 authored Jun 25, 2024
1 parent 85181f5 commit 572da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ participant: mek.key.participant
if (!zetsubo.public) {
if (!m.key.fromMe) return
}
let rn = ['recording']
let rn = ['recording']
let jd = rn[Math.floor(Math.random() * rn.length)];
if (m.message) {
zetsubo.sendPresenceUpdate(jd, from)
Expand Down

0 comments on commit 572da98

Please sign in to comment.