wait post
How i listen posts in Posts channels?
like:
PostChannel.awaitPost()
discord.js: v14.6.0
nodejs: v18.9.116 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
They're just messages. messageCreate event
threadCreate for new threads
thanks
hey.. do i use client.on?
If you want yeah
For threads yes
but if I use the on, the command will not finish, because can't I stop the on I think. If I use the once, even though I filter on the scope, if another event of the same type but that doesn't pass the filter is called, the once will be disabled
I don't know what you're trying to do
listen posts in post channel
There's no specific collector for new threads
in TextChannel, we have:
TextChannel.awaitMessages
...That's not a helpful response
if I use on, is there any way I can stop it whenever I want?
off
how?
client.off('event', function)
thanks broo