From 8769c7625cafd14e6f304601cc99a195e833d38b Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 13 Aug 2022 17:16:23 +0200 Subject: Fix config table, add plugin events, implement onPreMessageEvent, add http error data field, migrations --- src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts (limited to 'src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts') diff --git a/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts b/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts deleted file mode 100644 index 58829f15..00000000 --- a/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts +++ /dev/null @@ -1,3 +0,0 @@ -export interface PluginLoadedEventArgs { - -} \ No newline at end of file -- cgit 1.5.1