3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
reality 2015-02-04 17:02:39 +00:00
parent 4a198e2f64
commit 6adc93f043

View File

@ -14,7 +14,7 @@ var karma = function(dbot) {
'setKarma': function(item, value, callback) {
this.db.save('karma', item.toLowerCase(), {
'item': item,
'item': item.toLowerCase(),
'karma': value
}, callback);
}.bind(this)