mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs: add documentation for Client#channelCreate (#2967)
This commit is contained in:
parent
9085138f0d
commit
1d1b3f25e1
1 changed files with 6 additions and 0 deletions
|
|
@ -13,4 +13,10 @@ class ChannelCreateAction extends Action {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Emitted whenever a channel is created.
|
||||
* @event Client#channelCreate
|
||||
* @param {GroupDMChannel|GuildChannel} channel The channel that was created
|
||||
*/
|
||||
|
||||
module.exports = ChannelCreateAction;
|
||||
|
|
|
|||
Loading…
Reference in a new issue