mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
hotfix: error "Webhook not found"
This commit is contained in:
@@ -38,7 +38,7 @@ namespace DiscordApp
|
||||
}
|
||||
public async Task onReady()
|
||||
{
|
||||
ChangeNicknames();
|
||||
await ChangeNicknames();
|
||||
var myTimer = new System.Timers.Timer(6 * 60 * 60 * 1000); //calculate six hours in milliseconds
|
||||
myTimer.Elapsed += new ElapsedEventHandler(OnTimedEvent);
|
||||
myTimer.Start();
|
||||
|
||||
Reference in New Issue
Block a user