Skip to content

Commit

Permalink
Hm
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtanisTheOne committed Apr 11, 2021
1 parent 1a01e1f commit 93b00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = function(data)
`**\`${botLang.name} (${botLang.native})\`` +
`**\n\n:bar_chart: Translated **\`${stats[0].totalCount}\`** messages ` +
`across **\`${data.client.guilds.size}\`** servers ` +
`for **\`${data.message.client.users.size} users.\`**\n\n` + //db.db.server_obj.size for total count in d.js v12
`for **\`${data.message.client.users.size} users.\`**\n\n` + //db.server_obj.size for total count in d.js v12
`:regional_indicator_v: Version: ${version}\n\n` +
`:repeat: Automatic translation: ` +
`**\`${activeTasks}\`** channels and ` +
Expand Down

0 comments on commit 93b00d1

Please sign in to comment.