diff --git a/src/trigger/stats.js b/src/trigger/stats.js index b7493c6..3822801 100644 --- a/src/trigger/stats.js +++ b/src/trigger/stats.js @@ -8,7 +8,7 @@ module.exports = (lib) => { active: 1, func: (e) => { lib.sql.query("select count(`id`) as anzahl from `f0ck`.`items`", (err, rows, fields) => { - var ret = "f0cked "+String(rows[0].anzahl); + var ret = "f0ck gave "+String(rows[0].anzahl); du('./b/', function (err, size) { ret += " f0cks ("+lib.formatSize(size)+")"; e.reply(ret); @@ -17,4 +17,4 @@ module.exports = (lib) => { }, desc: 'stats' }); -}; \ No newline at end of file +};