feat: store system UUIDs of banned users per guild

This commit is contained in:
sam 2024-11-05 15:32:53 +01:00
parent 5ac607fd0a
commit 5f24a6aa88
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
9 changed files with 121 additions and 18 deletions

View file

@ -39,6 +39,11 @@ public static class CataloggerMetrics
"Number of channels in the cache"
);
public static readonly Gauge RolesCached = Metrics.CreateGauge(
"catalogger_cache_roles",
"Number of roles in the cache"
);
public static readonly Gauge UsersCached = Metrics.CreateGauge(
"catalogger_cache_users",
"Number of users in the cache"