MarcusOtter / discord-needle

Needle is a Discord bot that creates Discord threads automatically.

Home Page:https://needle.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đź’ˇ Add possibility to add newlines in `/setting`

MarcusOtter opened this issue · comments

Describe the improvement

Right now settings are shown with a one line text input field, which apparently does not allow new lines. And since I removed the \n way of adding new lines, it's no longer possible to have new lines in settings.

Problems this improvement solves

Lets people use new lines in settings :)

Alternative solutions

  • Add back \n - not as intuitive as seeing the new line in front of you

A fix for this would be to make all setting modals use the multiline input field :)
It's slightly misleading for the emojis since they definitely cannot have multiple lines, but I don't think that's a big problem.

Hey there, I'd like to work on this!