diff --git a/src/client/actions/ChannelCreate.js b/src/client/actions/ChannelCreate.js index 09e74f0f3..b50d42aae 100644 --- a/src/client/actions/ChannelCreate.js +++ b/src/client/actions/ChannelCreate.js @@ -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;