We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f5424 commit ace0c26Copy full SHA for ace0c26
Rkn_Bots/Force_Sub.py
@@ -6,8 +6,7 @@
6
7
async def not_subscribed(_, client, message):
8
user_id = int(message.from_user.id)
9
- user_det = {"_id": user_id}
10
- await users.insert_one(user_det)
+ await insert(user_id)
11
if not Config.FORCE_SUB:
12
return False
13
try:
0 commit comments