feat: store system UUIDs of banned users per guild
This commit is contained in:
parent
5ac607fd0a
commit
5f24a6aa88
9 changed files with 121 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue