mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
docs: add documentation for Client#channelCreate (#2967)
This commit is contained in:
@@ -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;
|
module.exports = ChannelCreateAction;
|
||||||
|
|||||||
Reference in New Issue
Block a user