Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
216239a
1
Parent(s):
5d65633
Update approve.py
Browse files
Powers/plugins/approve.py
CHANGED
@@ -51,7 +51,7 @@ async def approve_user(c: Gojo, m: Message):
|
|
51 |
)
|
52 |
return
|
53 |
test = db.add_approve(user_id, user_first_name)
|
54 |
-
|
55 |
LOGGER.info(f"{user_id} approved by {m.from_user.id} in {m.chat.id}")
|
56 |
|
57 |
# Allow all permissions
|
|
|
51 |
)
|
52 |
return
|
53 |
test = db.add_approve(user_id, user_first_name)
|
54 |
+
LOGGER.info(test)
|
55 |
LOGGER.info(f"{user_id} approved by {m.from_user.id} in {m.chat.id}")
|
56 |
|
57 |
# Allow all permissions
|