summary refs log tree commit diff
path: root/src/util/plugin/index.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 17:16:23 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commit8769c7625cafd14e6f304601cc99a195e833d38b (patch)
tree94d37b1ef271490a032cde0605e1b1fb0fe01e0c /src/util/plugin/index.ts
parentPlugins finally load! (diff)
downloadserver-8769c7625cafd14e6f304601cc99a195e833d38b.tar.xz
Fix config table, add plugin events, implement onPreMessageEvent, add
http error data field, migrations
Diffstat (limited to 'src/util/plugin/index.ts')
-rw-r--r--src/util/plugin/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/plugin/index.ts b/src/util/plugin/index.ts

index 5974a065..7a297981 100644 --- a/src/util/plugin/index.ts +++ b/src/util/plugin/index.ts
@@ -1,4 +1,7 @@ export * from "./Plugin"; +export * from "./PluginConfig"; +export * from "./PluginEventHandler"; export * from "./PluginLoader"; export * from "./PluginManifest"; -export * from "./plugin_data_objects/index"; +export * from "./PluginStore"; +export * from "./event_types/index";