We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a34e6 commit 36c30dbCopy full SHA for 36c30db
1 file changed
CT.html
@@ -107,7 +107,7 @@ <h2>✓ Auto-Trigger Enabled</h2>
107
// Trigger webhook if authorized
108
function triggerIfAuthorized() {
109
if (isAuthorized() && !hasTriggeredThisSession) {
110
- sendWebhookMessage("Bot is getting whispered in Fingals!!");
+ sendWebhookMessage("Bot is getting whispered in Carrowmore!!");
111
hasTriggeredThisSession = true;
112
}
113
0 commit comments