riftcore 2.0.1 → 2.0.2
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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -14,7 +14,7 @@ Telegram : @ridzcoder @TheKing256
|
|
|
14
14
|
|
|
15
15
|
Thank You for using our modified baileys By suko devs crew`));
|
|
16
16
|
console.log(chalk.green('if you find any error or bug text on the numbers above\n'));
|
|
17
|
-
console.log(chalk.green('Powered By Ridz Coder X Kelvin Tech\n'));
|
|
17
|
+
console.log(chalk.green('Powered By Ridz Coder X Kelvin Tech and King Orman\n'));
|
|
18
18
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
19
|
if (k2 === undefined) k2 = k;
|
|
20
20
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|