Hi,
So I was making a quick script for the bot. Basically what it does is it looks for a chat command and replies to the person who used the command with some text. I'm trying to make a !help command that shows all the commands available to the bot, and as well how to upload/queue up songs.
The problem is, I can't figure out how to add a new line. What I have is basically this:
But alas, no, it does not work.
Is there any way using this bot to add a new line? I really want to format my commands properly and I don't want to do separate messages for each line. It doesn't look good that way.
Thanks
So I was making a quick script for the bot. Basically what it does is it looks for a chat command and replies to the person who used the command with some text. I'm trying to make a !help command that shows all the commands available to the bot, and as well how to upload/queue up songs.
The problem is, I can't figure out how to add a new line. What I have is basically this:
Code:
chatPrivate(ev.clientId, "test" + "/n" + "test")
But alas, no, it does not work.
Is there any way using this bot to add a new line? I really want to format my commands properly and I don't want to do separate messages for each line. It doesn't look good that way.
Thanks