Skip to content

Commit 573dc90

Browse files
committed
feature: use original avatar
1 parent 30efd99 commit 573dc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Utils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ public static void SendWebhook(string text, string userName = "Town Of Host")
11511151
{
11521152
{ "content", text },
11531153
{ "username", userName },
1154-
{ "avatar_url", "https://raw.githubusercontent.com/tukasa0001/TownOfHost/main/Resources/TabIcon_MainSettings.png" }
1154+
{ "avatar_url", "https://raw.githubusercontent.com/Hyz-sui/TownOfHost-H/images-H/Images/discord-avatar.png" }
11551155
};
11561156
using StreamReader sr = new("WebhookUrl.txt", Encoding.UTF8);
11571157
string webhookUrl = sr.ReadLine();

0 commit comments

Comments
 (0)