yeref 0.25.45__py3-none-any.whl → 0.25.47__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/yeref.py
CHANGED
@@ -2208,6 +2208,19 @@ commands_group_ru = [
|
|
2208
2208
|
types.BotCommand(command="thanks", description="🎉 Поблагодарить"),
|
2209
2209
|
types.BotCommand(command="birthday", description="🥳 Поздравить")
|
2210
2210
|
]
|
2211
|
+
commands_post_ru = [
|
2212
|
+
types.BotCommand(command="start", description="⚙️ Перезагрузка"),
|
2213
|
+
types.BotCommand(command="lang", description="🇫🇷 Язык"),
|
2214
|
+
types.BotCommand(command="happy", description="🐈 Счастье"),
|
2215
|
+
types.BotCommand(command="whisper", description="👩🏽💻 Шёпот")
|
2216
|
+
]
|
2217
|
+
commands_codex_ru = [
|
2218
|
+
types.BotCommand(command="start", description="⚙️ Перезагрузка"),
|
2219
|
+
types.BotCommand(command="codex", description="1️⃣ Кодекс"),
|
2220
|
+
types.BotCommand(command="fest", description="2️⃣ Фест"),
|
2221
|
+
types.BotCommand(command="league", description="3️⃣ Лига"),
|
2222
|
+
types.BotCommand(command="lang", description="🇫🇷 Язык"),
|
2223
|
+
]
|
2211
2224
|
|
2212
2225
|
bot_emj_react = ["👍", "❤", "🔥", "👏", "🎉", "🙏", "👌", "🕊", "🐳", "❤🔥", "🌚", "💯", "⚡", "🏆", "💔", "👻", "👨💻", "👀", "🎃", "🤝",
|
2213
2226
|
"✍", "🎄", "☃", "🗿", "🆒", "💘", "🦄", "👾", "🤷♂", "🤷♀"]
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=G_BafkvEh4f2YzBhUPp_O2ebanAKsPEeD3EtbL6Fulo,1117680
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=uQtL7gQOmX5153-yZaiy3peqFBYGXWuYwUesQXeSTSg,1025927
|
5
|
+
yeref-0.25.47.dist-info/METADATA,sha256=__kk77cnNBFO4y7PqLURA8pbArrrnmnzarLsykGIq8M,119
|
6
|
+
yeref-0.25.47.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.25.47.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.25.47.dist-info/RECORD,,
|
yeref-0.25.45.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=G_BafkvEh4f2YzBhUPp_O2ebanAKsPEeD3EtbL6Fulo,1117680
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=gQf6J8O7HJtgdgLKZDWaK6I656_ooFPmPXmKyjbR8V4,1025193
|
5
|
-
yeref-0.25.45.dist-info/METADATA,sha256=OSgdsiLQQF1VxlPKxJrmozoMjM0Tp0CLTn7hIWCpVWw,119
|
6
|
-
yeref-0.25.45.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.25.45.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.25.45.dist-info/RECORD,,
|
File without changes
|
File without changes
|