diff --git a/HumanCommunication.cs b/HumanCommunication.cs index 3ea47a3..e11a751 100644 --- a/HumanCommunication.cs +++ b/HumanCommunication.cs @@ -47,7 +47,7 @@ namespace Director //Task.Run(() => forwardToDiscord(message, logLevel)); } } - public async void forwardToDiscord(string message, LogLevel logLevel) + public void forwardToDiscord(string message, LogLevel logLevel) { var httpWebRequest = (HttpWebRequest)WebRequest.Create(call_for_humans_discord_webhook); httpWebRequest.ContentType = "application/json";