DinographicPixels/TouchGuild

ForumTopic.edit() does not work.

pakkographic opened this issue · 0 comments

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.