fix(core): export all default middlewares

me dum lol
This commit is contained in:
alina 🌸 2025-01-27 18:18:34 +03:00
parent eaee5ead71
commit dc87af3b40
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -1,3 +1,5 @@
export * from './default.js' export * from './default.js'
export * from './flood-waiter.js'
export * from './internal-errors.js'
export * from './on-error.js' export * from './on-error.js'
export * from './on-method.js' export * from './on-method.js'