DinographicPixels / TouchGuild

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

ForumTopic.edit() does not work. #26

Closed pakkographic closed 1 year ago

pakkographic commented 1 year ago

Before fix:

return new ForumTopic(response.data.forumTopic, this);

After fix:

return new ForumTopic(response.data.forumTopic, this._client);

We're working on a new developer branch commit that fixes & enhances the whole library. It may take some time. You can edit the TouchGuild's code to fix this issue for the time being.