aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2020-01-12 23:09:23 +0100
committerGravatar Johannes Christ <[email protected]>2020-01-12 23:09:23 +0100
commit99088f157b8cb818d333733c3c566e7a57c2de1b (patch)
treed613ad5a6a36dc3ed4f7084b0e0f361c08d22e67
parentTrack command completions by user. (diff)
Use commas instead of `by`.
-rw-r--r--bot/cogs/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/metrics.py b/bot/cogs/metrics.py
index 603057854..47c3cc55e 100644
--- a/bot/cogs/metrics.py
+++ b/bot/cogs/metrics.py
@@ -31,7 +31,7 @@ class Metrics(Cog):
)
self.command_completions = Counter(
name=f'{self.PREFIX}_command_completions',
- documentation="Completed commands by command by user by guild.",
+ documentation="Completed commands by command, user, and guild.",
labelnames=('guild_id', 'user_id', 'user_name', 'command')
)