General bits of cleanup

This commit is contained in:
Ske
2020-06-13 22:20:24 +02:00
parent 4b69ef806a
commit 2702c45b4f
5 changed files with 7 additions and 21 deletions

View File

@@ -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;