Home > Mobile >  Is there a way to get the user ID whose Thread was created on his message? discord.js
Is there a way to get the user ID whose Thread was created on his message? discord.js

Time:01-15

I want to get user ID whose Thread channel is created on his message in the parent channel, Idk if there is a way for it or not

it's not channel.ownerId This is for member who created thread

CodePudding user response:

The method .fetchStarterMessage(options) fetches the message that started the thread.

  •  Tags:  
  • Related