in-line vertical
is it possible to use in-line in embeds to have horizontal displays?
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!no.
inline
in embed suggests to discord that you want those fields to display inline (2), however they will be broken up if the device rendering the embed requires it because of screen width. fields are semantically stand-alone units of information. combining fields to display columns or similar will always break on one platform or the otheri see, so there is no way anymore to replicate inline feature in componentsv2
no