yeref 0.25.46__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
@@ -2214,6 +2214,13 @@ commands_post_ru = [
|
|
2214
2214
|
types.BotCommand(command="happy", description="🐈 Счастье"),
|
2215
2215
|
types.BotCommand(command="whisper", description="👩🏽💻 Шёпот")
|
2216
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
|
+
]
|
2217
2224
|
|
2218
2225
|
bot_emj_react = ["👍", "❤", "🔥", "👏", "🎉", "🙏", "👌", "🕊", "🐳", "❤🔥", "🌚", "💯", "⚡", "🏆", "💔", "👻", "👨💻", "👀", "🎃", "🤝",
|
2219
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.46.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=9w1AqNVH7i46KrPCkaKYmLIkV0YDGpp4en9H0rScqb0,1025529
|
5
|
-
yeref-0.25.46.dist-info/METADATA,sha256=du87oJ_Qtz-YHjCap0KQ4raLeQMneXokE9DwBpruS34,119
|
6
|
-
yeref-0.25.46.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.25.46.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.25.46.dist-info/RECORD,,
|
File without changes
|
File without changes
|