Skip to content

Commit

Permalink
idiocy continues...
Browse files Browse the repository at this point in the history
  • Loading branch information
tekulvw committed May 23, 2016
1 parent 1500a6a commit 3ced6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma/karma.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def check_for_score(self, message):

if self.settings['RESPOND_ON_POINT']:
msg = "{} now has {} points.".format(
member.name, self.scores[member.id])
member.name, self.scores[member.id]["score"])
await self.bot.send_message(message.channel, msg)
fileIO("data/karma/scores.json", "save", self.scores)
return
Expand Down

0 comments on commit 3ced6f0

Please sign in to comment.