Compare commits
No commits in common. "1d791255001386f680831d3b246fa7ed7c1612d9" and "11ad1c43c9068c0bce13c44867588206014c243a" have entirely different histories.
1d79125500
...
11ad1c43c9
2 changed files with 3 additions and 1 deletions
BIN
__pycache__/main.cpython-313.pyc
Normal file
BIN
__pycache__/main.cpython-313.pyc
Normal file
Binary file not shown.
4
main.py
4
main.py
|
|
@ -364,6 +364,7 @@ async def handle_gen_mem(message: Message, bot: Bot):
|
|||
|
||||
await message.reply_photo(BufferedInputFile(output.getvalue(), filename="meme.jpg"))
|
||||
|
||||
<<<<<<< HEAD
|
||||
async def handle_size(message: Message):
|
||||
size = round(random.uniform(0.1, 35.0), 1)
|
||||
|
||||
|
|
@ -384,7 +385,7 @@ async def handle_size(message: Message):
|
|||
f"📏 Твой хуек: {size} см\n"
|
||||
f"Ты: {status}"
|
||||
)
|
||||
|
||||
=======
|
||||
KEYWORDS = {'крип', 'радиохэд', 'creep', 'radiohead'}
|
||||
# I'M CREEP
|
||||
async def handle_keywords(message: types.Message):
|
||||
|
|
@ -404,6 +405,7 @@ async def handle_keywords(message: types.Message):
|
|||
)
|
||||
else:
|
||||
logger.warning(f"Файл не найден по пути: {audio_path}")
|
||||
>>>>>>> SUDOZOVCHIK-CREEP-FUNCTION
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in a new issue