redrobotsl/discord-sl-chat-relay

Support for Discord Attachments

Open

#55 opened on Jun 19, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (6 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (20 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Currently when Discord Users send a image, gif, etc it will send a empty message into SL.

Describe the solution you'd like Get the first attachment URL in the post and share it as text into discord.

Use like message.attachments.first().url

Contributor guide