Skip to content

restore to last working setup #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,29 @@ If you're still learning and want the badge, follow the instructions below!
If you're encountering any issues, [create a new GitHub issue](https://github.com/hackermondev/discord-active-developer/issues) or join [this](https://discord.gg/M5MSE9CvNM) server and ping me in the `#general` channel.


--------------------------------------
# Sponsored by **SkySilk**
![image](https://user-images.githubusercontent.com/60828015/221383603-31059a63-17bd-44d7-a1c6-8bde84faaf14.png)

SkySilk is the #1 VPS hosting solution for Discord bots, website, and more.

Choose 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.

### Features
1. Start for $4.00/M: Deploy an SSD cloud server starting at just $4.00/month, scale as you go.
2. Auto Backups & Snapshots: Get peace of mind with automatic weekly cloud backups & snapshots.
3. Flexible Resource Options: A variety of monthly plans to meet any workload and budget.
4. Triple Replicated SSD: Industry leading Infiniband speeds for rapid deployment and optimal I/O.
5. Earn Hosting Rewards: Earn up to 10x SkySilk Rewards points on every transaction and referral, redeemable for Account Credit and other great rewards!
6. Powered by Open Source: Flexibility and compatibility with many familiar and popular Linux-based open source software solutions.
7. Start for Ceph File Storage $4.00/M: Optimized to utilize Ceph storage for no single point of failure.
8. Premium Infrastructure: NVMe SSD Container-based cloud architecture with AMD EPYC 7601 CPU, hosted on a carefully architected Infiniband network.

[Get started now (with free $25 credit to get you started with any product)](https://www.skysilk.com/ref/hdOgCmOaSB)

--------------------------------------


# Star the repo!!!
If you were able to successfully get the badge from this, star this repository so more people can see it and feel free to join our Discord server: https://discord.gg/M5MSE9CvNM

Expand Down
12 changes: 12 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,16 @@ const question = (q) => new Promise((resolve) => rl.question(q, resolve));
await client.rest.put(Routes.applicationCommands(client.user.id), { body: commands });

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.');


// Skysilk Sponsorship (feel free to remove this if you're editing the code)
console.log(`\n\n`);
const chalk = require('chalk');
require('console-png').attachTo(console);


console.log(chalk.bold('Sponsored by', chalk.hex('#5A96F6')('SkySilk')));
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.`);
console.log(`----> ${chalk.green.bold(`https://bit.ly/SkysilkBotHosting`)} <----\n`);
console.png(require('path').join(__dirname, 'assets', 'skysilk-logo-icon.png'))
})();