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/index.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/util/plugin/plugin_data_objects/index.ts (limited to 'src/util/plugin/plugin_data_objects/index.ts') diff --git a/src/util/plugin/plugin_data_objects/index.ts b/src/util/plugin/plugin_data_objects/index.ts deleted file mode 100644 index c75d43f9..00000000 --- a/src/util/plugin/plugin_data_objects/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -export * from "./ChannelCreateEventArgs"; -export * from "./GuildCreateEventArgs"; -export * from "./LoginEventArgs"; -export * from "./MessageEventArgs"; -export * from "./PluginLoadedEventArgs"; -export * from "./RegisterEventArgs"; -export * from "./TypingEventArgs"; -- cgit 1.5.1