jorisvddonk / node-red-contrib-discord

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

added msg.username #9

Closed MasterLex515 closed 5 years ago

MasterLex515 commented 6 years ago

Added msg.username because I need to get the authors username as a string to work with.

jorisvddonk commented 5 years ago

Thanks for the PR! As of 4.0.0, this can now be retrieved viamsg.author.username, instead.