Added Polls and locking raids if not enough users are signed up
needs testing
This commit is contained in:
parent
32af72a262
commit
ccb276a265
14 changed files with 289 additions and 8 deletions
|
@ -49,6 +49,8 @@ namespace Lieb.Data
|
|||
.GetRequiredService<RaidService>();
|
||||
await raidService.SendReminders();
|
||||
await raidService.RemoveMaybes();
|
||||
await raidService.CheckMinUsers();
|
||||
await raidService.CheckMinUserPollResult();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue