a = datetime.strptime('10:00', '%H:%M').time()
b = datetime.strptime('20:00', '%H:%M').time()
@bot.message_handler(commands=['start'])
def worktime():
now = datetime.now().time()
if a < now < b:
sti = open('hello.tgs', 'rb')
bot.send_sticker(message.chat.id, sti)
bot.send_message(message.chat.id, "----".format(message.from_user, bot.get_me()), parse_mode='html')
#city
markup = types.ReplyKeyboardMarkup(resize_keyboard = True, one_time_keyboard=True)
item1 = types.KeyboardButton("----")
item2 = types.KeyboardButton("----")
markup.add(item1, item2)
bot.send_message(message.chat.id, "----?", reply_markup = markup)
else:
bot.send_message(message.chat.id, "----".format(message.from_user, bot.get_me()),parse_mode = 'html')
// Меняем положение элементов
function togFlex(classname, state) {
elem = document.getElementsByClassName(classname)[0];
elem.style.flexDirection = state;
}
const flex = document.querySelector('.flex');
flex.addEventListener('click', function () {
if(flex.innerHTML === 'row'){
flex.innerHTML = 'column';
togFlex('page-blocks', 'column');
}
else{
flex.innerHTML = 'row';
togFlex('page-blocks', 'row');
}
})
Простой волшебной строчки кода, которая очищает всё что вам нужно - нет. Нужно определить в функции что очищать то нужно.