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 b6bbcf9 commit cffdd53Copy full SHA for cffdd53
Rkn_Bots/Force_Sub.py
@@ -6,7 +6,7 @@
6
7
async def not_subscribed(_, client, message):
8
user_id = int(message.from_user.id)
9
- user_det = {"_id": user_id)
+ user_det = {"_id": user_id}
10
await users.insert_one(user_det)
11
if not Config.FORCE_SUB:
12
return False
0 commit comments