gesteves / trebekbot

An addictive Jeopardy! bot for Slack, powered by the jService API. Sets up a perpetual game of Jeopardy! in your Slack channels.

Home Page:https://www.trebekbot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reset scores

tr1age opened this issue · comments

how do we reset the scores?

commented

I run a little cron job that creates a new database on a weekly schedule. It's a simple solution to reset the scores.

heroku addons:destroy rediscloud --app $yourappname --confirm $yourappname

heroku addons:create rediscloud --app $yourappname --confirm $yourappname

heroku restart --app $yourappname

If you flush memory on the rediscloud it reset the scores.