Remove testing entries from chat queue

This commit is contained in:
7cc5c4f330d47060 2024-10-20 19:02:55 -04:00
parent 58ab6efb96
commit e4ec458e6e
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -8,7 +8,7 @@ const load = (b) => {
}, 100)
})
b.matcherRegex = /.{1,255}/g
b.chatqueue = ["uwu (ignore this, it is for testing)","owo (ignore this, it is for testing)"]
b.chatqueue = []
b.chat = function chat (msg) {
if (msg.length === 0) return
msg.match(b.matcherRegex).forEach(element => {