#Creating a thread in a forum like this one
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
client
.create_forum_thread(forum_channel_id, "LFG Thread Title")
.applied_tags(&[lfg_tag_id])
.message();
I can not .await this and can not request it. How do I make a forum thread that has a title, a body, and tags?
Yeah when you add .message() you should be able to await it.
I swear that did not work yesterday 🤣