#Creating a thread in a forum like this one

1 messages · Page 1 of 1 (latest)

sand crown
#
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?

cyan escarp
#

Yeah when you add .message() you should be able to await it.

sand crown
#

I swear that did not work yesterday 🤣