put notes/e31c6a8d-9a23-44e4-ae80-36c1ec36ae84.json
Browse files
notes/e31c6a8d-9a23-44e4-ae80-36c1ec36ae84.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "e31c6a8d-9a23-44e4-ae80-36c1ec36ae84",
|
3 |
+
"title": "uid.js",
|
4 |
+
"content": "this.zuckbotconfig = {\n name: 'uid',\n version: '2.3.1.2',\n author: \"Nguyễn Thanh Tuấn\",\n role: 0,\n aliases: ['id'],\n info: 'mô tả về mdl',\n Category: 'Tiện ích',\n image: [],\n shadowPrefix: false,\n cd: 0\n };\nthis.onRun = async (o) =>{\n let id = Object.keys(o.event.mentions).length > 0 ? Object.keys(o.event.mentions)[0] : o.event.messageReply ? o.event.messageReply.senderID : o.event.senderID;\n o.send(id)\n}",
|
5 |
+
"language": "javascript",
|
6 |
+
"createdAt": 1756486787506,
|
7 |
+
"updatedAt": 1756486787506
|
8 |
+
}
|