We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efc516 commit 1275769Copy full SHA for 1275769
1 file changed
helper/database.py
@@ -13,7 +13,7 @@ def new_user(self, id):
13
_id=int(id),
14
)
15
16
- async def send_log(b, u):
+ async def send_log(self, b, u):
17
me = await b.get_me()
18
if Config.LOG_CHANNEL is not None:
19
curr = datetime.datetime.now(pytz.timezone("Asia/Kolkata"))
0 commit comments