From 3a193cfb2f731c403bbc542d2408c6144d0bcda7 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 14 Apr 2026 18:29:41 +0300 Subject: [PATCH] fix: blockquote not needed here --- Limoka.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Limoka.py b/Limoka.py index 7df6a7a..d44a446 100644 --- a/Limoka.py +++ b/Limoka.py @@ -381,7 +381,7 @@ class Limoka(loader.Module): "404": "
Not found by query: {query}
", "noargs": "
No args
", "?": "
🔎 Request too short / not found
", - "no_info": "
No information
", + "no_info": "No information", "facts": [ "
🛡 The limoka catalog is carefully moderated!
", "
🚀 Limoka performance allows you to search for modules quickly!
", @@ -493,7 +493,7 @@ class Limoka(loader.Module): "404": "
Не найдено по запросу: {query}
", "noargs": "
Нет аргументов
", "?": "
🔎 Запрос слишком короткий / не найден
", - "no_info": "
Нет информации
", + "no_info": "Нет информации", "facts": [ "
🛡 Каталог Limoka тщательно модерируется!
", "
🚀 Limoka позволяет искать модули с невероятной скоростью!
",