zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
67 stars 15 forks source link

[ Deleted ] #207

Closed S8hUGqihmLURd0DP closed 1 year ago

S8hUGqihmLURd0DP commented 1 year ago

[ Deleted ]

zaida04 commented 1 year ago

Hey, guilded.js does infact support forum topic comment creation: https://guildedjs.github.io/classes/guilded_js.GlobalForumTopicManager.html#createForumTopic

zaida04 commented 1 year ago

For further note, if the API ever has anything that we don't have directly integrated, you can use the client rest manager (client.rest) to make the HTTP requests yourself ahead of our implementation.

zaida04 commented 1 year ago

Taking another look, I think I made a mistake here! I linked you the docs for forum topic creation, not forum topic comment creation.