Log exerpt:
unknown initializer for property error: {
count: 10,
window: 5,
}
unknown initializer for property guild: {
count: 5,
window: 5,
}
unknown initializer for property webhook: {
count: 10,
window: 5,
}
unknown initializer for property channel: {
count: 10,
window: 5,
}
Seems the old behavior included these fields in the schema...
Additionally, it doesn't seem to support math:
unknown initializer for property window: 60 * 60 * 1000
(admittedly, i do need to go write proper schemas for these since im just aliasing classes as models here... so these values are just class defaults rather than proper types)
Log exerpt:
Seems the old behavior included these fields in the schema...
Additionally, it doesn't seem to support math:
(admittedly, i do need to go write proper schemas for these since im just aliasing classes as models here... so these values are just class defaults rather than proper types)