UQComputingSociety / uqcsbot-slack

:mortar_board: UQCSbot: our friendly little Slack bot
https://slack.uqcs.org.au
MIT License
55 stars 44 forks source link

Update !radar with new caching #383

Closed gricey432 closed 6 years ago

gricey432 commented 6 years ago

A problem with the radar command is that it is fetched for each request, so it shows the radar at the time when it was loaded by the user, not when it was posted to slack. I've updated the service to take a timestamp and it'll use a cached image from that timestamp if available.