fix(core): export all default middlewares
me dum lol
This commit is contained in:
parent
eaee5ead71
commit
dc87af3b40
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue