Tip

Results 2 issues of Tip

Hey, I am trying to comment like so: ``` const reply = await context.reddit.submitComment({ id: targetId, richtext: new RichTextBuilder().animatedImage({mediaId:response.mediaId}), runAs:"USER" }) ``` But this gives me the following error: ```...

reddit-api