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/GuildCreateEventArgs.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts (limited to 'src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts') diff --git a/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts b/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts deleted file mode 100644 index e10e675a..00000000 --- a/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts +++ /dev/null @@ -1,7 +0,0 @@ -export interface PreGuildCreateEventArgs { - -} - -export interface OnGuildCreateEventArgs { - -} -- cgit 1.5.1