diff --git a/other_ext/webhook_helper.py b/other_ext/webhook_helper.py index 5d15b95..c5b5af3 100644 --- a/other_ext/webhook_helper.py +++ b/other_ext/webhook_helper.py @@ -28,7 +28,7 @@ class Extension: "🦵":("kick", {"profile":"", "discord_user":None, "reason":""}), "🔇":("mute", {"profile":""}), "😇":("unban", {"profile":"", "discord_user":None}), - "<:hueglot:713139400028061767>":("kick", {"profile":"", "requester_profile":"", "discord_user":None}), + "<:hueglot:713139400028061767>":("kick", {"profile":"", "requester_profile":"", "discord_user":None, "reason":""}), "🔍":("profile", {"profile":"", "discord_user":None}), "🔎":("profile", {"profile":"", "requester_profile":"", "discord_user":None}) }