yeref 0.25.45__py3-none-any.whl → 0.25.46__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,12 @@ 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
|
+
]
|
2211
2217
|
|
2212
2218
|
bot_emj_react = ["👍", "❤", "🔥", "👏", "🎉", "🙏", "👌", "🕊", "🐳", "❤🔥", "🌚", "💯", "⚡", "🏆", "💔", "👻", "👨💻", "👀", "🎃", "🤝",
|
2213
2219
|
"✍", "🎄", "☃", "🗿", "🆒", "💘", "🦄", "👾", "🤷♂", "🤷♀"]
|
@@ -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=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,,
|
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
|