docs: add documentation for Client#channelCreate (#2967)

This commit is contained in:
Skillz4Killz
2018-11-27 15:12:25 -05:00
committed by SpaceEEC
parent 9085138f0d
commit 1d1b3f25e1

View File

@@ -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;