``` @app.route("/") def homepage(): return """ KarmaBot """ ``` Instead of just returning the string `KarmaBot` when you hit https://slackkarmabot.herokuapp.com/, have it be a scoreboard of all the users' scores.