queenamdi-functions-beta 0.0.5 → 0.0.8
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/base/amdiModule.js +1283 -1
- package/index.js +22 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1 +1,22 @@
|
|
1
|
-
|
1
|
+
/**
|
2
|
+
░██████╗░██╗░░░██╗███████╗███████╗███╗░░██╗ ░█████╗░███╗░░░███╗██████╗░██╗
|
3
|
+
██╔═══██╗██║░░░██║██╔════╝██╔════╝████╗░██║ ██╔══██╗████╗░████║██╔══██╗██║
|
4
|
+
██║██╗██║██║░░░██║█████╗░░█████╗░░██╔██╗██║ ███████║██╔████╔██║██║░░██║██║
|
5
|
+
╚██████╔╝██║░░░██║██╔══╝░░██╔══╝░░██║╚████║ ██╔══██║██║╚██╔╝██║██║░░██║██║
|
6
|
+
░╚═██╔═╝░╚██████╔╝███████╗███████╗██║░╚███║ ██║░░██║██║░╚═╝░██║██████╔╝██║
|
7
|
+
░░░╚═╝░░░░╚═════╝░╚══════╝╚══════╝╚═╝░░╚══╝ ╚═╝░░╚═╝╚═╝░░░░░╚═╝╚═════╝░╚═╝
|
8
|
+
__ __ _ _ _ ____ _
|
9
|
+
| \/ |_ _| | |_(_) | _ \ _____ _(_) ___ ___
|
10
|
+
| |\/| | | | | | __| |_____| | | |/ _ \ \ / / |/ __/ _ \
|
11
|
+
| | | | |_| | | |_| |_____| |_| | __/\ V /| | (_| __/
|
12
|
+
|_| |_|\__,_|_|\__|_| |____/ \___| \_/ |_|\___\___|
|
13
|
+
* @project_name Queen Amdi [WA Multi-device]
|
14
|
+
* @author BlackAmda <https://github.com/BlackAmda>
|
15
|
+
* @description A WhatsApp based 3ʳᵈ party application that provide many services with a real-time automated conversational experience
|
16
|
+
* @link <https://github.com/BlackAmda/QueenAmdi>
|
17
|
+
* @version 4.0.0
|
18
|
+
© 2022 Black Amda, ANTECH. All rights reserved.
|
19
|
+
Licensed under the GPL-3.0 License;
|
20
|
+
you may not use this file except in compliance with the License.*/
|
21
|
+
|
22
|
+
exports.amdiModule = require("./base/amdiModule")
|