queen_amdi_core 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/plugins/_amdi_menu.js +1 -1
- package/plugins/_anti_functions.js +1 -1
- package/plugins/_onTEXT.js +1 -1
- package/plugins/apkdl.js +1 -1
- package/plugins/ban.js +1 -1
- package/plugins/deleteMsg.js +1 -1
- package/plugins/downloadSocialMedia.js +1 -1
- package/plugins/downloadYT.js +1 -1
- package/plugins/editor.js +1 -1
- package/plugins/fancy.js +1 -1
- package/plugins/greetings.js +1 -1
- package/plugins/grpManager.js +1 -1
- package/plugins/info.js +1 -1
- package/plugins/misc.js +1 -1
- package/plugins/search.js +1 -1
- package/plugins/settings.js +1 -1
- package/plugins/stickers.js +1 -1
- package/plugins/system_status.js +1 -1
- package/plugins/tags.js +1 -1
- package/plugins/votepolls.js +1 -1
- package/strings/EN.json +1 -1
- package/strings/SI.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "queen_amdi_core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Queen Amdi [WA Multi-device] - A WhatsApp based third party application that provide many services with a real-time automated conversational experience.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"insta-fetcher": "^1.3.25",
|
|
25
25
|
"jszip": "3.10.1",
|
|
26
26
|
"sequelize": "^6.28.0",
|
|
27
|
-
"sqlite3": "5.1.
|
|
27
|
+
"sqlite3": "5.1.4",
|
|
28
28
|
"megajs": "^1.1.3",
|
|
29
29
|
"pm2": "^5.2.2",
|
|
30
30
|
"rimraf": "^4.1.2",
|
package/plugins/_amdi_menu.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
15
15
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
16
16
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
17
|
-
* @version 4.0.
|
|
17
|
+
* @version 4.0.8
|
|
18
18
|
* @file _amdi_menu.js - QueenAmdi bot main menu
|
|
19
19
|
|
|
20
20
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file _anti_functions.js - QueenAmdi anti-bad words, anti-links
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/_onTEXT.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file _onTEXT.js - QueenAmdi on text commands
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/apkdl.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file apkdl.js - QueenAmdi APK Downloaders
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/ban.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file ban.js - QueenAmdi group/user ban manager
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/deleteMsg.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file deleteMsg.js - QueenAmdi bot/group/user message remover
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file downloadSocialMedia.js - QueenAmdi Social Media downloaders
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/downloadYT.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file downloadYT.js - QueenAmdi YouTube downloader
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/editor.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file editor.js - QueenAmdi editors
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/fancy.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file fancy.js - QueenAmdi fancy text generator
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/greetings.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file greetings.js - QueenAmdi group greeting messages generator
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/grpManager.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file grpManager.js - QueenAmdi group managing basic options
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/info.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file info.js - QueenAmdi group/user info
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/misc.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file misc.js - QueenAmdi miscellaneous commands
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/search.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file search.js - QueenAmdi search engine features
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/settings.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file settings.js - QueenAmdi bot settings
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/stickers.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file stickers.js - QueenAmdi sticker maker
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/system_status.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file system_status.js - QueenAmdi system status
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/tags.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file tags.js - Tagging commands
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/plugins/votepolls.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @author BlackAmda <https://github.com/BlackAmda>
|
|
4
4
|
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
|
5
5
|
* @link <https://github.com/BlackAmda/QueenAmdi>
|
|
6
|
-
* @version 4.0.
|
|
6
|
+
* @version 4.0.8
|
|
7
7
|
* @file votepolls.js - QueenAmdi vote poll messages
|
|
8
8
|
|
|
9
9
|
© 2022 Black Amda, ANTECH. All rights reserved.
|
package/strings/EN.json
CHANGED
package/strings/SI.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"AUTHOR": "BlackAmda",
|
|
6
6
|
"STRINGS": {
|
|
7
7
|
"amdiModule": {
|
|
8
|
-
"version": "4.0.
|
|
8
|
+
"version": "4.0.8v",
|
|
9
9
|
"existWA": "🔄️ පවතින WA connection data පරීක්ෂා කරමින්...",
|
|
10
10
|
"genNEWses": "♻️ නව session එක generate කිරීම...",
|
|
11
11
|
"waConImport": "✅ WA connection data import කරන ලදී!",
|