Line breaks in command responses

I was looking to see if there was anyway to put line breaks into command responses? I’ve seen a previous one saying twitch doesn’t allow it but I’ve tried pasting in text with line breaks and it works. I also think it works with pressing shift+enter. Is there any way to implement this?

Twitch doesn’t support line breaks in messages.

One option is to pad the end of each “line” with a character like - so that each “line” appears on a new line. However, this only works with a set chat width and font size.

Alternatively, you can make Nightbot send up to 6 separate messages in response to a command using the Nightbot-Response-Url header sent with urlfetch requests. You can use this site to set up a command to do that: https://vxrl.xyz/commands/multiplemessages

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.