Skip to content

Commit 1275769

Browse files
authored
fix.. send log
1 parent 2efc516 commit 1275769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helper/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def new_user(self, id):
1313
_id=int(id),
1414
)
1515

16-
async def send_log(b, u):
16+
async def send_log(self, b, u):
1717
me = await b.get_me()
1818
if Config.LOG_CHANNEL is not None:
1919
curr = datetime.datetime.now(pytz.timezone("Asia/Kolkata"))

0 commit comments

Comments
 (0)