From 37879b6e498f6636805f36e41cebadb7ce5280b4 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 13 Aug 2024 08:43:19 -0700 Subject: [PATCH] fix: name --- src/modules/prometheus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/prometheus.ts b/src/modules/prometheus.ts index b54584a..4086fdf 100644 --- a/src/modules/prometheus.ts +++ b/src/modules/prometheus.ts @@ -16,7 +16,7 @@ export class Prometheus { help: "The number of guilds the bot is in." }); this.entitled = new Gauge({ - name: "guilds", + name: "entitled", help: "The number of guilds the bot is in." }); this.updateGuilds(bot);