Support for text embeds?
Not sure how this can work with the discord API (i do see https://stackoverflow.com/questions/53201455/how-to-get-discord-bot-to-read-embed). Would be good for longform answers instead of breaking it up into multiple messages
Stack Overflow
How to get discord bot to read embed
I understand how a discord bot can read a regular user inputed message and respond using
if(message.content.toLowerCase().includes('cyber'))
message.channel.send("Key Word Detected ");
But i...
Solution:Jump to solution
File previews are planned but also I think are gonna be a bit of a security nightmare so I need to make sure theyâre implemented correctly
7 Replies
might actually start playing around with the open source code locally đ
Huh interesting that should actually be supported
Well, we donât support bot embeds yet like this one
Is that a preview of a text file?
Thereâs three things we need to support that we donât at the moment:
- File previews
- Reactions
- Attachments other than images
Theyâre on the list just havenât been prioritized yet
ah "bot embeds"
yeah it's a preview of a text file
tried to paste something like 5000+ lines
Yeah even if we add âbot embedsâ support it wonât support that since those are two different things
ahh i see
Solution
File previews are planned but also I think are gonna be a bit of a security nightmare so I need to make sure theyâre implemented correctly