Nightbot 2nd command calling

Hello

I have nightbot set up on my channel, I have searched online for an answer to this but am struggling,

how can I set it up, so if a chatter uses one of my commands, !bird for example, it posts the text for this command but on the back of that it posts another command called !bird2. so it shows both, I used alias thinking it would work, but it just calls the !bird2 command when using !bird.

Can it even be done?

Aliases are to be used if you want a command to pass some input to another command. You can’t have two commands with their own responses where one command triggers another.

That said, you can use a custom API I made for sending multiple messages in a single command.

$(urlfetch https://rokbot.xyz/smm.php?msg=FIRST MESSAGE`SECOND MESSAGE)

How would I use the API you mentioned to test it out?

I outlined how to use it right here:

$(urlfetch https://rokbot.xyz/smm.php?msg=FIRST MESSAGE HERE`SECOND MESSAGE HERE)

Hello

Sorry i’m not that well up on how night it works fully, does this go in the alias box of the !bird command

Well thought I had sorted it, but theirs a limit on characters to use to I cant get both lots of text into the first message’second message part,

first msg is 154 characters
second mgs is 120 characters

See:

Thanks, spot on works a treat

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