From f5c12674a65a8191deb13a8c3b9e5ba282526c89 Mon Sep 17 00:00:00 2001 From: bhagath89 <83701020+bhagath89@users.noreply.github.com> Date: Tue, 11 May 2021 20:12:40 +0530 Subject: [PATCH] Hehe --- cinderella/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cinderella/__main__.py b/cinderella/__main__.py index 9adf6f77..1223bda2 100644 --- a/cinderella/__main__.py +++ b/cinderella/__main__.py @@ -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/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), @@ -388,7 +388,6 @@ def settings_button(bot: Bot, update: Update): else: LOGGER.exception("Exception in settings buttons. %s", str(query.data)) - @run_async def get_settings(bot: Bot, update: Update): chat = update.effective_chat # type: Optional[Chat]