fix: name

This commit is contained in:
Naomi Carrigan 2024-08-13 08:43:19 -07:00
parent 623b6a0a83
commit 37879b6e49
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -16,7 +16,7 @@ export class Prometheus {
help: "The number of guilds the bot is in." help: "The number of guilds the bot is in."
}); });
this.entitled = new Gauge({ this.entitled = new Gauge({
name: "guilds", name: "entitled",
help: "The number of guilds the bot is in." help: "The number of guilds the bot is in."
}); });
this.updateGuilds(bot); this.updateGuilds(bot);