summary refs log tree commit diff
path: root/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts')
-rw-r--r--src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts b/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts
new file mode 100644
index 00000000..e10e675a
--- /dev/null
+++ b/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts
@@ -0,0 +1,7 @@
+export interface PreGuildCreateEventArgs {
+  
+}
+
+export interface OnGuildCreateEventArgs {
+  
+}