How to get the creator of a channel on event channelCreate in discord.js
问题 Would it be possible to find the creator of a channel when the channelCreate event triggers? I've tried looking at the documentation of channels & channelCreate and to log the channel object to my console but there doesn't seem to be a parameter that clearly states "This ID created the channel". I know it has to be somewhere since Discord uses it in the audit logs. 回答1: You can try listening to the channelCreate event and then fetch the GuildAuditLogs with Guild.fetchAuditLogs(). Then you can