Remove testing entries from chat queue
This commit is contained in:
parent
58ab6efb96
commit
e4ec458e6e
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue