aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')
)