jorisvddonk / node-red-contrib-discord

Node-red nodes that allow you to interact with Discord.
15 stars 19 forks source link

Change `message` and `author` back to Objects (4.0.0) #13

Closed NotActuallyTerry closed 5 years ago

NotActuallyTerry commented 5 years ago

This uses flatted (https://github.com/WebReflection/flatted) instead of JSON, as it handles circular structures without throwing a TypeError. Due to this breaking previous usage, the version has been bumped to 4.0.0 Fixes jorisvddonk#5 and effectively includes jorisvddonk#9 and jorisvddonk#11

jorisvddonk commented 5 years ago

Great work, thanks for the PR!

jorisvddonk commented 5 years ago

Would you like to be credited for this in the changelog and/or a CONTRIBUTORS.MD file? If so, how?