General bits of cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ namespace PluralKit.Bot
|
||||
{
|
||||
public class ProxyService
|
||||
{
|
||||
public static readonly TimeSpan MessageDeletionDelay = TimeSpan.FromMilliseconds(1000);
|
||||
private static readonly TimeSpan MessageDeletionDelay = TimeSpan.FromMilliseconds(1000);
|
||||
|
||||
private readonly LogChannelService _logChannel;
|
||||
private readonly IDatabase _db;
|
||||
|
||||
Reference in New Issue
Block a user