Polls persist restarts now.
This commit is contained in:
@ -24,6 +24,7 @@ namespace NadekoBot.Core.Services.Database
|
||||
IWarningsRepository Warnings { get; }
|
||||
IXpRepository Xp { get; }
|
||||
IClubRepository Clubs { get; }
|
||||
IPollsRepository Polls { get; }
|
||||
|
||||
int Complete();
|
||||
Task<int> CompleteAsync();
|
||||
|
Reference in New Issue
Block a user