4 lines
152 B
Python
4 lines
152 B
Python
def cat(stop_event, bot):
|
|
"""Заглушка: тут должен быть котик"""
|
|
print("🐱 тут должен быть котик")
|