mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:47:22 +01:00
add descriptions to roles that can set vanity ids
This commit is contained in:
parent
bd128e832f
commit
e63f056c38
4 changed files with 39 additions and 18 deletions
|
|
@ -13,7 +13,7 @@ public class DiscordBotServices
|
|||
public ConcurrentDictionary<ulong, DateTime> LastVanityChange = new();
|
||||
public ConcurrentDictionary<string, DateTime> LastVanityGidChange = new();
|
||||
public ConcurrentDictionary<ulong, ulong> ValidInteractions { get; } = new();
|
||||
public List<RestRole> VanityRoles { get; set; } = new();
|
||||
public Dictionary<RestRole, string> VanityRoles { get; set; } = new();
|
||||
private readonly IServiceProvider _serviceProvider;
|
||||
private CancellationTokenSource verificationTaskCts;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue