Get author of thread channel
Hey ! I wanted to know, I didn't see how cn I get the author of a thread (ThreadChannel).
If anyone knows how, I would appreciate it ^^
Thanks in advance ^^
https://discord.js.org/#/docs/discord.js/main/class/ThreadChannel
Discord.js
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
ThreadChannel#fetchOwner()
Fetches the owner of this thread. If the thread member object isn't needed, use ThreadChannel#ownerId instead.
Thanks ^^