gfaraj / super-bot

A simple but extensible bot written in Node (with Whatsapp, Slack, and Discord interfaces)
MIT License
24 stars 15 forks source link

Add a Trivia plugin #15

Closed gfaraj closed 4 years ago

gfaraj commented 4 years ago

As a user, I would like to play a trivia game with my friends using this bot.

The following should start a trivia game for the "coding" category:

!trivia coding

When a trivia game is started, any subsequent command in that "chat" should be routed to the trivia plugin and handled as an answer.