-
Hi, I can't seem to figure out how to have my bot create a forum post / thread. I've confirmed that my channel exists and the channel object has the create_thread() method. This is the method to make a new forum post, correct? I've tried various combinations of arguments and keyword arguments. This my line currently: And I get this response: Does anyone have a confirmed working example of a bot successfully creating a forum thread? I'd be grateful if you could share it, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you look at the documentation, you will notice that it has parameters like .send does. This is to create the starter message of the forum. You didn't pass any of those parameters. |
Beta Was this translation helpful? Give feedback.
If you look at the documentation, you will notice that it has parameters like .send does. This is to create the starter message of the forum. You didn't pass any of those parameters.
ForumChannel.create_thread