bind interaction to module

This commit is contained in:
rootdarkarchon
2022-10-20 14:29:11 +02:00
parent feb3cf328f
commit 54dd0b0f6e
4 changed files with 10 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ using System.Threading;
namespace MareSynchronosServices.Discord;
internal class DiscordBotServices
public class DiscordBotServices
{
public readonly ConcurrentQueue<SocketSlashCommand> verificationQueue = new();
public ConcurrentDictionary<ulong, DateTime> LastVanityChange = new();