DinographicPixels / TouchGuild

TouchGuild is a NodeJS library for interfacing with Guilded.
https://touchguild.com
MIT License
10 stars 6 forks source link

Adding API ForumThreadComment channelID property. #36

Closed pakkographic closed 1 year ago

pakkographic commented 1 year ago

Guilded added to the API channelID property to ForumThreadComment.

Earlier, due to the unavailability of this property, channelID was a required property to execute any method. (ForumTopicComment). This isn't the case anymore since the API provides this information.