remove reaction on "все"

This commit is contained in:
2023-11-01 11:10:23 +07:00
parent 8bf604b8bc
commit cae2de9c41
+1 -1
View File
@@ -35,7 +35,7 @@ async def dd_handler(message: Message, count: int = 2):
@bl.message(
Permission(),
text=["все", "всё"],
text=[prefix_dd + " все", prefix_dd + " всё"],
)
async def dd_all_handler(message: Message):
count = 1000