fix: name

This commit is contained in:
2024-08-13 08:43:19 -07:00
parent 623b6a0a83
commit 37879b6e49

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);