Update test.py

pull/29/head
Who? 2024-12-04 10:32:42 +07:00 committed by GitHub
parent 2ae39cd7e4
commit bdc7ebbe31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 17 deletions

View File

@ -34,23 +34,6 @@ class TestMod(loader.Module):
strings = {
"name": "Tester",
"configping": "Your custom text.\n"
"You can use placeholders:\n"
"{ping} - That's your ping.\n"
"{uptime} - It's your uptime.\n"
"{ping_hint} - This is the same hint as in the hikka module, it is chosen with random chance, also you can specify this hint in the config ",
"hint": "Set a hint",
"ping_emoji": "Emoji that appears when ping does not increase significantly",
}
strings_ru = {
"configping": "Ваш кастомный текст.\n"
"Вы можете использовать плейсхолдеры:\n"
"{ping} - Это ваш пинг\n"
"{uptime} - Это ваш аптайм\n"
"{ping_hint} - подсказка\n",
"hint": "Укажите подсказку",
"ping_emoji": "Эмодзи которое появляется при не значительном росте пинга.",
}
def __init__(self):