Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
fb8e326
1
Parent(s):
3e3f6cf
.....
Browse files
Powers/plugins/clean_db.py
CHANGED
@@ -42,7 +42,7 @@ async def clean_my_db(c:Gojo,is_cmd=False, id=None):
|
|
42 |
if not is_cmd:
|
43 |
return e
|
44 |
else:
|
45 |
-
to_clean.append()
|
46 |
for i in to_clean:
|
47 |
Approve(i).clean_approve()
|
48 |
Blacklist(i).clean_blacklist()
|
|
|
42 |
if not is_cmd:
|
43 |
return e
|
44 |
else:
|
45 |
+
to_clean.append(chats)
|
46 |
for i in to_clean:
|
47 |
Approve(i).clean_approve()
|
48 |
Blacklist(i).clean_blacklist()
|