Skip to content

Instantly share code, notes, and snippets.

View purpshell's full-sized avatar
👨‍💻
Back online

Rajeh Taher purpshell

👨‍💻
Back online
View GitHub Profile
@purpshell
purpshell / MessageCollectior.js
Last active July 26, 2024 03:56 — forked from Iucasmaia/maia.js
Message Collector for Baileys v4 and above
const { WAProto } = require('@whiskeysockets/baileys');
// Message Collectors / Wait for Message
class MessageCollection {
// Internal object to temporarily store msgs
#msgs = {};
// Is the socket event handler binded?
isBinded = false;
socket = null;