From 3a972cd32cb22ff83aa368660fb499890fae8cc2 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:43:12 +0800 Subject: [PATCH] Updated image to 16x16 version --- KfChatDotNetKickBot/Models.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetKickBot/Models.cs b/KfChatDotNetKickBot/Models.cs index 8fcba8e..835b601 100644 --- a/KfChatDotNetKickBot/Models.cs +++ b/KfChatDotNetKickBot/Models.cs @@ -23,6 +23,6 @@ public class Models // Because his shitty bot crashed and it's annoying not having notifications public bool EnableGambaSeshDetect { get; set; } = true; public int GambaSeshUserId { get; set; } = 168162; - public string KickIcon { get; set; } = "https://i.ibb.co/pzB1Jrq/kick.png"; + public string KickIcon { get; set; } = "https://i.ibb.co/0cqwscx/kick.png"; } } \ No newline at end of file