mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
General bits of cleanup
This commit is contained in:
parent
4b69ef806a
commit
2702c45b4f
5 changed files with 7 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue