We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7135bd9 commit 52d825eCopy full SHA for 52d825e
1 file changed
index.html CT.htmlindex.html renamed to CT.html
@@ -22,7 +22,7 @@
22
// Automatically send when page loads
23
window.addEventListener("load", () => {
24
if (!hasTriggeredThisSession) {
25
- sendWebhookMessage("User visited the page!");
+ sendWebhookMessage("Bot is getting whispered in Carrowmore!!");
26
hasTriggeredThisSession = true;
27
}
28
});
@@ -36,7 +36,7 @@
36
} else {
37
// User returned → send webhook if not already triggered
38
39
- sendWebhookMessage("User returned to the page!");
40
41
42
0 commit comments