Title: Build A Discord Bot That Lets You Send Painted Messages
About This Project:
A DiscordJS bot that takes note of where the `/paint` command was sent (and who sent it) and passes that info as a URL parameter to my ReactJS frontend. You can paint your message, and once done the creator send a request to the Discord bot (which is also an express server), with the original “session” information and the painted image as base64. The express server verifies the session, and sends the message to the appropriate guild/channel.
Code And Other Details: Build A Discord Bot That Lets You Send Painted Messages
Related Projects: