From ffad9bfe90b58fbf0ae5f228f4850d3fface0c9b Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Mon, 20 Oct 2025 20:07:09 -0400 Subject: [PATCH] Updated website url. --- src/bot/features/welcome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/features/welcome.ts b/src/bot/features/welcome.ts index 356df1e..4ba346a 100644 --- a/src/bot/features/welcome.ts +++ b/src/bot/features/welcome.ts @@ -12,7 +12,7 @@ const feature = composer.chatType("private"); feature.command("start", logHandle("command-start"), ctx => { // Responds with information about the bot. return ctx.reply( - `Welcome\\! I am a bot created by Lucid for [Werewolf Kid Creations Media groups\\.](https://community.lucidcreations.media/) I am designed to delete any Twitter/X and Meta links along with corresponding reformatting services within the WKC groups\\. I now check embedded links\\! By default I only work with whitelisted group IDs\\. You can fork me from this link: https://github\\.com/lucid\\-creations\\-media/no\\-twitter\\-bot and deploy me for use in your own groups\\!\n\nLucid would consider hosting this bot for public use if crowd\\-funding would cover the hosting cost of the bot\\. Reach out if you would like to help\\.`, + `Welcome\\! I am a bot created by Lucid for [Werewolf Kid Creations](https://werewolfkid.monster/) I am designed to delete any Twitter/X and Meta links along with corresponding reformatting services within groups\\. I now check embedded links\\! I am currently in a public beta mode\\! I require no configuration\\. Simply add me to a group and I should start deleting any Twitter\\/X and Meta links I detect\\.`, { parse_mode: "MarkdownV2" } ); });