Skip to content

Commit 5eaf240

Browse files
author
oyepriyansh
committed
fix directory name assests -> assets
1 parent 1eb93ec commit 5eaf240

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ const question = (q) => new Promise((resolve) => rl.question(q, resolve));
6666
console.log(chalk.bold('Sponsored by', chalk.hex('#5A96F6')('SkySilk')));
6767
console.log(`The #1 VPS hosting solution for Discord bots, website, and more.\nChoose from dozens of Linux apps & clean OS installs to deploy in seconds with just 1-click. Whether you're running a small cloud operation or part of an enterprise-level organization, SkySilk offers over 40 resource plans to ensure you have the right cloud VPS environment suitable for your projects.`);
6868
console.log(`----> ${chalk.green.bold(`https://bit.ly/SkysilkBotHosting`)} <----\n`);
69-
console.png(require('path').join(__dirname, 'assests', 'skysilk-logo-icon.png'))
69+
console.png(require('path').join(__dirname, 'assets', 'skysilk-logo-icon.png'))
7070
})();

0 commit comments

Comments
 (0)