Add a command that requires multiple inputs

I want to add a command to Nightbot that requires multiple users to trigger it before it activates. Example:

User 1: !misplay

Nightbot: A !misplay has been initiated. Need 2 more in the next 60 seconds to confirm the misplay.

User 2: !misplay

User 3: !misplay

Nightbot: The !misplay is real. Streamer really screwed up this time! Todays misplays: [X], total misplays: [X]

Is it possible to add a command like this?

Hey @sullylutrinae!

You won’t be able to do this with Nightbot exclusively, you need to write an API that’ll do that job, after that you can call it with Nightbot.

1 Like

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