Skip to content

Commit 0d51dba

Browse files
committed
added skysilk sponsorship to repl
1 parent f15ea3e commit 0d51dba

File tree

4 files changed

+177
-7
lines changed

4 files changed

+177
-7
lines changed

app.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,16 @@ 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, 'assests', 'skysilk-logo-icon.png'))
5870
})();

assests/skysilk-logo-icon.png

1.81 KB
Loading

package-lock.json

Lines changed: 163 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
},
1717
"homepage": "https://github.com/hackermondev/discord-active-developer#readme",
1818
"dependencies": {
19+
"chalk": "^3.0.0",
20+
"console-png": "^1.2.1",
1921
"discord.js": "^14.6.0",
2022
"node-fetch": "^2.6.7",
2123
"readline": "^1.3.0"

0 commit comments

Comments
 (0)