From a7614a5dd2ecbb7c455b33fe991a6baaaa329005 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Tue, 29 Nov 2022 14:11:02 +0000 Subject: [PATCH] sneed --- files/helpers/actions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 4b0fb12bb..c1d8be65c 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -368,6 +368,9 @@ def execute_blackjack_custom(v, target, body, type): with open(f"/under_siege.log", "a", encoding="utf-8") as f: t = str(time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(time.time()))) f.write(f"[{t}] {v.id} @{v.username} {type} {v.age}s\n") + from files.helpers.discord import discord_message_send + discord_message_send("1041917843094110239", + f"<{SITE_FULL}/id/{v.id}> `@{v.username} {type} {v.age}s`") return False return True