Skip to content

Commit 890da43

Browse files
authored
Update bot.py
1 parent 1cccb40 commit 890da43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def show_inline_keyboard(chat_id):
5555
show_files_button = types.InlineKeyboardButton("show files", callback_data='show_files')
5656
download_button = types.InlineKeyboardButton("download file", callback_data='download_file')
5757
terminal_button = types.InlineKeyboardButton("terminal", callback_data='terminal')
58-
copy_button = types.InlineKeyboardButton("copy text", callback_data='copy_text')
58+
copy_button = types.InlineKeyboardButton("My channel", callback_data='copy_text')
5959
markup.add(upload_button, delete_button, show_files_button, download_button, terminal_button, copy_button)
6060
bot.send_message(chat_id, "hi welcome im raf @x10xxx", reply_markup=markup)
6161

@@ -88,7 +88,7 @@ def handle_buttons(call):
8888
elif call.data == 'terminal':
8989
send_terminal_commands_instructions(chat_id)
9090
elif call.data == 'copy_text':
91-
bot.send_message(chat_id, 'This text can be copied.')
91+
bot.send_message(chat_id, '@l4eel')
9292

9393
def send_terminal_commands_instructions(chat_id):
9494
markdown_text = """

0 commit comments

Comments
 (0)