Upd everyone

This commit is contained in:
BarsTiger
2022-09-21 14:03:59 +03:00
parent 40f21cc809
commit 048110a1b1

View File

@@ -5,8 +5,8 @@ from .. import loader, utils
@loader.tds
class TagAllMod(loader.Module):
"""Tag everyone in chat"""
strings = {"name":"Tag All Like A Pro"}
"""Тегнуть всех в чате"""
strings = {"name": "everyone"}
async def everyonecmd(self, message):
"""Используй .everyone <текст (по желанию)>."""
@@ -33,4 +33,4 @@ class TagAllMod(loader.Module):
def chunks(lst, n):
for i in range(0, len(lst), n):
yield lst[i:i + n]
yield lst[i:i + n]