small changes

This commit is contained in:
Master Kwoth
2017-11-01 02:41:32 +01:00
parent cfee252ce3
commit 8e64f9a07c
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ namespace NadekoBot.Modules.Administration
[Group]
public class PruneCommands : NadekoSubmodule<PruneService>
{
private readonly TimeSpan twoWeeks = TimeSpan.FromDays(14);
private static readonly TimeSpan twoWeeks = TimeSpan.FromDays(14);
//delets her own messages, no perm required
[NadekoCommand, Usage, Description, Aliases]