- Added currency.transactionsLifetime which controls auto-deletion of currency transactions from the database

- Updated changelog
This commit is contained in:
Kwoth
2022-02-02 13:52:54 +01:00
parent 15ee3dd638
commit eecccc8100
6 changed files with 70 additions and 21 deletions

View File

@@ -10,7 +10,6 @@ using NadekoBot.Services.Database.Models;
namespace NadekoBot.Modules.Gambling.Services;
// todo waifu price int
public class WaifuService : INService, IReadyExecutor
{
private readonly DbService _db;