This commit is contained in:
dj
2023-04-06 06:51:53 +03:00
parent 35bf80d783
commit fc98213031
4 changed files with 35 additions and 24 deletions
+1 -3
View File
@@ -38,6 +38,4 @@ def get_admins() -> list[int]:
while "," in admins: admins.remove(",")
while "\r" in admins: admins.remove("\r")
admins = list(map(int, admins))
return admins
return list(map(int, admins))