eibex/reaction-light

Support new lines with slash commands

eibex opened this issue · 1 comments

eibex commented

Slash commands removed the ability to write messages with new lines in them while editing an existing message.

Functionality could be restored possibly by:

  • Using a special character to denote a new line (e.g. $newline$) -> I don't like this
  • Writing "extended_message" and/or "extended_description" in the message or description parameters and having the bot wait_for the contents in a follow up message (or messages if both "special" params are used)
eibex commented

Discord released modals, which could be a good alternative