11 lines
179 B
Python
11 lines
179 B
Python
def start_bot_message():
|
|
return "Бот запущен"
|
|
|
|
|
|
def stop_bot_message():
|
|
return "Бот остановлен"
|
|
|
|
|
|
def start_text():
|
|
return """Дратути"""
|