mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-10-27 08:50:04 +00:00
Changed debug piece of code from checking birthdays once per second to once per hour
This commit is contained in:
@@ -71,7 +71,7 @@ namespace DeukBot4.Database
|
||||
{
|
||||
Logger.Main.LogError(e);
|
||||
}
|
||||
await Task.Delay(TimeSpan.FromSeconds(1));
|
||||
await Task.Delay(TimeSpan.FromHours(1));
|
||||
await CheckBirthdays();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user