Undo slight over-deletion on work that was in flight.

This commit is contained in:
Sage Vaillancourt 2024-11-09 17:24:24 -05:00
parent 35e401cd0b
commit 71df29b27b
1 changed files with 5 additions and 0 deletions

View File

@ -441,6 +441,11 @@ const buildHorrorSay = ({ say, event, commandName, c }) => async message => {
}
}
const falloffMs = 5000
const bucketSize = 3
const messageBuffer = {}
const buildSayWithPayload = ({ say, event }) => async msg => {
const { user, text } = event