You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmessage=`🎬 <b>Welcome to IMDB-TG-POST Bot!</b> 🎬\n\nI help you post new content updates to your channel. Use /help to see available commands and setup instructions.`;
115
-
114
+
constmessage=`
115
+
<blockquote expandable>🎬 <b>Welcome to IMDB-TG-POST Bot!</b> 🎬
116
+
Your personal assistant to post the latest movie & series updates to your Telegram channels and groups.
117
+
118
+
🛠️ <b>Getting Started:</b>
119
+
Follow these simple steps to set things up:
120
+
121
+
1️⃣ <b>Add your channel or group</b>
122
+
2️⃣ <b>Make the bot an admin</b>
123
+
3️⃣ 🔧 Go to the website and tap the ⚙️
124
+
4️⃣ ➕ Add your <b>channel/group ID</b>, then save
125
+
5️⃣ ✅ <b>Setup complete!</b>
126
+
6️⃣ 🔍 Now you can <b>search and post</b> — test it out and see the bot in action!
127
+
128
+
📌 Use the <code>/help</code> command to view all features and commands.
129
+
130
+
🎉 <b>Happy posting!</b></blockquote>
131
+
`.trim();
132
+
116
133
constbuttons=[
117
134
[
118
135
{
@@ -126,8 +143,13 @@ async function handleStartCommand(BOT_TOKEN, chatId) {
0 commit comments