TextChannel object
client.on('channelCreate', async (channel) => {
});
This eventhandler, gives a TextChannel object, or VoiceChannel object, the question is, how do i know who created the channel?
});
This eventhandler, gives a TextChannel object, or VoiceChannel object, the question is, how do i know who created the channel?