Undo slight over-deletion on work that was in flight.
This commit is contained in:
parent
35e401cd0b
commit
71df29b27b
|
@ -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 buildSayWithPayload = ({ say, event }) => async msg => {
|
||||||
const { user, text } = event
|
const { user, text } = event
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue