From 00e213143deb32de72966999158cbfe993b8a85b Mon Sep 17 00:00:00 2001 From: Josh Abraham Date: Wed, 6 Dec 2023 17:22:32 -0500 Subject: [PATCH] update discord avatarurl --- profiles/webhook_example.yaotl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/webhook_example.yaotl b/profiles/webhook_example.yaotl index b782337a..ea263292 100644 --- a/profiles/webhook_example.yaotl +++ b/profiles/webhook_example.yaotl @@ -9,7 +9,7 @@ WebHook { Url = "..." # replace this with your webhook # optional - AvatarUrl = "https://raw.githubusercontent.com/HavocFramework/Havoc/main/Assets/Havoc.png" # url to an image to use as an avatar + AvatarUrl = "https://raw.githubusercontent.com/HavocFramework/Havoc/main/assets/Havoc.png" # url to an image to use as an avatar # optional User = "Havoc" # User name of the webhook bot