SleeplessOne1917/lemmy-bot

createComment does nothing?

Closed this issue · 1 comments

Pdzly commented

I made that the bot automatically sends a message to a new post in a community. Everything works and the library replies with

"Replying to post ID 651474"

My Code:

      botActions.createComment({
                content: Config.autoComment.text,
                postId: postView.post.id,
              });

But nothing happens

Pdzly commented

Ok weird. It only worked after few minutes of waiting after startup.