Actually set the proper command message retention >.>
This commit is contained in:
parent
b6dbc82abe
commit
108dbb9cc6
@ -10,7 +10,7 @@ namespace PluralKit.Bot
|
|||||||
{
|
{
|
||||||
public class CommandMessageService
|
public class CommandMessageService
|
||||||
{
|
{
|
||||||
private static readonly Duration CommandMessageRetention = Duration.FromSeconds(2);
|
private static readonly Duration CommandMessageRetention = Duration.FromHours(2);
|
||||||
|
|
||||||
private readonly IDatabase _db;
|
private readonly IDatabase _db;
|
||||||
private readonly ModelRepository _repo;
|
private readonly ModelRepository _repo;
|
||||||
|
Loading…
Reference in New Issue
Block a user