if message.chat.type == 'group':
if message.text.startswith(bot_username):
if message.text.split()[1] == "привет":
bot.send_audio(
message.chat.id, open('hellopasha/zdarova1.mkv', 'rb'), reply_to_message_id=message.message_id)
elif message.text.split()[1] == 'музыку':
bot.send_audio(
message.chat.id, listiq.random_message(), reply_to_message_id=message.message_id)
elif message.text.split()[1] == 'музыка':
bot.send_audio(
message.chat.id, listiq.random_message(), reply_to_message_id=message.message_id)
elif message.text.split()[1] == 'music':
bot.send_audio(
message.chat.id, listiq.random_message(), reply_to_message_id=message.message_id)
reply_to_message_id=message.message_id)
elif message.reply_to_message:
if not message.reply_to_message:
return bot.send_message(
message.chat.id, 'no')
bot.send_message(
message.chat.id, 'yes', reply_to_message_id=message.message_id)