summary refs log tree commit diff
path: root/src/util/plugin/plugin_data_objects/GuildCreateEventArgs.ts
blob: e10e675afc681a58882160a34ece92b8e8cc4ec1 (plain) (blame)
1
2
3
4
5
6
7
export interface PreGuildCreateEventArgs {
  
}

export interface OnGuildCreateEventArgs {
  
}