-
Notifications
You must be signed in to change notification settings - Fork 60
Callbacks (Channels)
DeViL edited this page Jan 19, 2022
·
1 revision
- Triggered: When a guild channel created.
- Usage:
DCC_OnChannelCreate(DCC_Channel:channel)
where channel is the internal id for the channel which is created.
- Triggered: When a guild channel updated (for ex:- channel name,permission etc).
- Usage:
DCC_OnChannelUpdate(DCC_Channel:channel)
where channel is the internal id for the channel which is updated.
- Triggered: When a guild channel delete.
- Usage:
DCC_OnChannelDelete(DCC_Channel:channel)
where channel is the internal id for the channel which is delete.