I want to set up a simple darts game.
So one person can do !darts, then nightbot responds with
"Darts game started! Do !darts to join! – Accepts a limit of like 2-3 people.
Then once the 3 people do !darts, now those 3 people can play darts.
user1: !throwdart
Nightbot: $(user1) throws a dart… +7! $(User1) now has 7/301 points
user2: !throwdart
Nightbot: $(User2) throws a dart… +50! $(User2) now has 50/301 points
Until someone gets to 301 then nightbot just says congratz $(User1) won!
Guessing i need some kind of server and api to store all that data.