Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cinderella/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
💠 - /start: start the bot
💠 - /help: PM's you this message.
💠 - /help <module name>: PM's you info about that module.
💠 - /source: Information about my source.

💠 - /settings:
🔹 - in PM: will send you your settings for all supported modules.
🔹 - in a group: will redirect you to pm, with all that chat's settings.
Expand Down Expand Up @@ -179,7 +179,7 @@ def send_start(bot, update):
first_name = update.effective_user.first_name
text = PM_START_TEXT

keyboard = [[InlineKeyboardButton(text="🤝Help",callback_data="help_back"),InlineKeyboardButton(text="🛡Creator🛡",url="https://t.me/Surv_ivor")]]
keyboard = [[InlineKeyboardButton(text="🤝Help",callback_data="help_back"),InlineKeyboardButton(text="🛡Creator🛡",url="https://t.me/wrrlegend")]]
keyboard += [[InlineKeyboardButton(text="🌐Connect Group", callback_data="main_connect"),InlineKeyboardButton(text="⚜️Add Me⚜️",url="t.me/{}?startgroup=true".format(bot.username))]]

update.effective_message.reply_photo(img, PM_START_TEXT.format(escape_markdown(first_name), escape_markdown(bot.first_name), OWNER_NAME, OWNER_ID),
Expand Down