how can i send msg in the theread i just create?? #7716
Answered
by
LostLuma
mansan1230
asked this question in
Q&A
-
sorry for a stupid question, |
Beta Was this translation helpful? Give feedback.
Answered by
LostLuma
Mar 18, 2022
Replies: 1 comment
-
The thread = await channel.create_thread(...)
await thread.send(...) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Rapptz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
create_thread
method returns the new thread, meaning you can assign it to a variable and then send messages or do other operations on it: