Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
55c60fe
1
Parent(s):
8e235e6
.....
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()
|