#No starter message
1 messages · Page 1 of 1 (latest)
hm
I guess it would return the first message
but messing around with the djs library, i would assume it just means the first message in the threadChannel
and not the message that created the threadchannel
u can make a thread from a message and delete it but the thread stays therefore the method wud reject
Nope, it means exactly what discord means by that. This thread won’t have a starter message in djs
but it would tho, i think it would be named no starter message
no why wd it be name as such?
can you explain this?
im so confused
i see it is a system message
im expecting the threadChannel#fetchStarterMessage method to reject, bc the thread channel doesn't have a starter message tho?
Now this thread really doesn’t have a starter message anymore😉
the system message is the starter message...
wait can you explain what a system message is
message sent by discord..
A message generated by discord itself
or ye generated
Like the welcome messages for guild join, thread created, etc
Correct
That can be a system message or (as is the case in the other thread) a user message
wait, are system messages always generated when you create a thread without a starter message?
Yes. But you can delete them
delete.. the system message?
Correct. I just did for this thread
oh so ThreadChannel#fetchStarterMessage will reject, if that message.. doesn't exist anymore?
since a system message would be generated automatically by creating a thread channel w/o a starter message
Yes
okay just a confirmation, fetchStarterMessage will only reject when the message doesn't exist anymore?
are there any other situations where the promise might reject ?
Mostly yes. Or when discord has other problems. Same as for every fetch. A 500 error can occur at any endpoint