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

export interface OnChannelCreateEventArgs {
  
}