Active development for Discord nodes?

Thanks for the response =)
Other than some html/php and very basic javascripting and python my programming skills are elemental to say the least. But yea I'll try to give it a shot and see if I get anywhere.

@TotallyInformation
Other than basic send/receive posts some of the first things I have in mind is:

  • Store user info (e.g. replying directly at user or sending private message, storing user avatar for custom messages, store date when user joined channel etc)
  • Find Channel/store channel info (only listen for messages in specific channel, only send messages to specific channel)
  • Remove messages (e.g. spam, only allow command messages in certain channels)
  • Read reaction (e.g. do a poll and read result by thumbs up/down)
  • Read/set roles (e.g. check if user has a specific role before proceeding with flow, assign role to user based on X)
  • Embeds (own set of classes in discord.js but might be able to do the same through certain format of json in the send post)
  • Send file
  • Edit posts (e.g. update readme post with total number of concurrent online users whenever previous number has been exceeded)
  • Bot status/rich embed (not sure if this is possible)

I have not even started thinking about potential voice integration.

For future readers of this post; if I have not updated this thread I have nothing to show for and you are probably better off finding Discord integration elsewhere.