diff --git a/cinderella/__main__.py b/cinderella/__main__.py index 9adf6f77..604b2a5c 100644 --- a/cinderella/__main__.py +++ b/cinderella/__main__.py @@ -41,7 +41,6 @@ 💠 - /start: start the bot 💠 - /help: PM's you this message. 💠 - /help : 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. @@ -179,7 +178,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/FlyingKILI")]] 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),