Обновление: v0.4

This commit is contained in:
dize_dev
2023-10-30 18:38:30 +06:00
parent 0368bc75eb
commit 4c99f4042a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ listToStr = ' '.join(map(str, rewards_list))
@bl.message(Permission(), text=[prefix_bot + " достижения"])
async def rewards(message: Message):
await edit_message(message,
"Вот список всех достижений🏆: \n " + listToStr)
"Вот список всех достижений 🏆: \n " + listToStr)