riftcore 2.0.0 → 2.0.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.
Potentially problematic release.
This version of riftcore might be problematic. Click here for more details.
- package/lib/index.js +11 -9
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2,16 +2,18 @@
|
|
|
2
2
|
const chalk = require('chalk');
|
|
3
3
|
console.clear();
|
|
4
4
|
console.log(chalk.blueBright(`
|
|
5
|
-
█████╗ ██╗███████╗████████╗██████╗ ██████╗ ██████╗ ███████╗
|
|
6
|
-
██╔══██╗██║██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██╔════╝
|
|
7
|
-
███████║██║█████╗ ██║ ██████╔╝██████╔╝██████╔╝█████╗
|
|
8
|
-
██╔══██║██║██╔══╝ ██║ ██╔═══╝ ██╔═══╝ ██╔═══╝ ██╔══╝
|
|
9
|
-
██║ ██║██║███████╗ ██║ ██║ ██║ ██║ ███████╗
|
|
10
|
-
╚═╝ ╚═╝╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝
|
|
11
|
-
WhatsApp : 256792074787. 263719647303
|
|
12
|
-
Telegram : @ridzcoder
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
██████╗ ██╗███████╗ ███████ █ █████╗ ██████╗ ██████╗ ███████╗
|
|
7
|
+
██╔══██╗██║██╔════╝╚══██╔══╝██╔════╝██╔═══██╗ ██╔══██╗██╔════╝
|
|
8
|
+
██████╔╝██║█████╗ ██║ ██║ ██║ ██║ ██████╔╝█████╗
|
|
9
|
+
██╔══██╗██║██╔══╝ ██║ ██║ ██║ ██║ ██╔══██╗██╔══╝
|
|
10
|
+
██║ ██║██║██║ ██║ ╚██████╗╚██████╔╝ ██║ ██║███████╗
|
|
11
|
+
╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
|
|
12
|
+
WhatsApp : 256742932677. 237678687593.256704291969
|
|
13
|
+
Telegram : @ridzcoder @TheKing256
|
|
14
|
+
|
|
15
|
+
Thank You for using our modified baileys By suko devs crew`));
|
|
16
|
+
console.log(chalk.green('if you find any error or bug text on the numbers above\n'));
|
|
15
17
|
console.log(chalk.green('Powered By Ridz Coder X Kelvin Tech\n'));
|
|
16
18
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
19
|
if (k2 === undefined) k2 = k;
|