Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 newlines not working from commands #37

Closed
mrfrase3 opened this issue Jan 22, 2022 · 3 comments · Fixed by #34
Closed

🐛 newlines not working from commands #37

mrfrase3 opened this issue Jan 22, 2022 · 3 comments · Fixed by #34
Labels
confirmed bug 🦋 Something isn't working

Comments

@mrfrase3
Copy link

Describe the bug
When setting the message copy via command, adding in \n to add a newline doesn't work, and the \n is just displayed in the text

To Reproduce
configure a message with \n for newlines in it

Expected behavior
The message used after running the command should display text on new lines.

@mrfrase3 mrfrase3 added the potential bug 🐛 Has not been replicated yet label Jan 22, 2022
@MarcusOtter
Copy link
Owner

Thank you for filing this issue! Parsing the string for \\n and replacing it with \n may be a viable strategy to allow newlines until Discord lets us use multiline strings natively in the UI. As stated in a comment on another issue, it seems like this update will come in a few months.

@meisnate12
Copy link

second this would love to see this added

@MarcusOtter
Copy link
Owner

I will say that Form interactions will make the editing experience SO much better for this. Good things coming eventually!

@MarcusOtter MarcusOtter added confirmed bug 🦋 Something isn't working and removed potential bug 🐛 Has not been replicated yet labels Feb 2, 2022
@MarcusOtter MarcusOtter mentioned this issue Feb 2, 2022
Merged
3 tasks
@MarcusOtter MarcusOtter changed the title 🐛 BUG: newlines not working from commands 🐛 newlines not working from commands May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed bug 🦋 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants