Skip to content

Commit 70473bb

Browse files
authored
remove skysilk
1 parent a34bbd5 commit 70473bb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

index.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,4 @@ const question = (q) => new Promise((resolve) => rl.question(q, resolve));
5555
await client.rest.put(Routes.applicationCommands(client.user.id), { body: commands });
5656

5757
console.log('DONE | Application/Bot is up and running. DO NOT CLOSE THIS TAB UNLESS YOU ARE FINISHED USING THE BOT, IT WILL PUT THE BOT OFFLINE.');
58-
59-
60-
// Skysilk Sponsorship (feel free to remove this if you're editing the code)
61-
console.log(`\n\n`);
62-
const chalk = require('chalk');
63-
require('console-png').attachTo(console);
64-
65-
66-
console.log(chalk.bold('Sponsored by', chalk.hex('#5A96F6')('SkySilk')));
67-
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.`);
68-
console.log(`----> ${chalk.green.bold(`https://bit.ly/SkysilkBotHosting`)} <----\n`);
69-
console.png(require('path').join(__dirname, 'assets', 'skysilk-logo-icon.png'))
7058
})();

0 commit comments

Comments
 (0)