danielrmay / ReleaseDateBot

A Reddit bot that replies to comment requests for video game release date countdowns. http://reddit.com/user/ReleaseDateBot
0 stars 0 forks source link

Provide a mechanism that allows a user to click a link to have the comment update #6

Open danielrmay opened 9 years ago

danielrmay commented 9 years ago

I think a nice new feature would be if a user could click on an "update" link in each comment which would signal the bot to update the specified comment with either an updated countdown, or a new countdown if the game was not previously recognised.

Use case:

  1. User posts !ReleaseDate request
  2. Bot replies to !ReleaseDate request with necessary reply
  3. (Another) user clicks Update link which sends a PM to the bot account
  4. Bot receives PM and adds comment to a queue of comments to update
  5. Comment is updated with current countdown

Considerations