General
Why is my bot being rate-limited?
With our Apollo panel, you can host and control your server using your discord bot. We will show you what happens when the bot gets rate-limited. Please follow our instructions: Why is my bot being rate-limited? Error 429 - Rate Limited If you’re receiving a Rate Limit alert, that is because your discord bot is producing more than 50 requests per second to Discord's API (50 requests per second is their limit for standard discord bots). This is dependent on the size of your bot you mayPopularHow to pull a bot file from a GitHub repository
There are a few requirements in order to be able to pull a bot file from a GitLab/GitHub repository. You must get your Git Access Token, and make sure it has all permissions enabled. If you are using Gitlab, click here. If you are using GitHub, click here. Your File Manager must be empty. How to pull a bot file from a GitHub repository Go to the "Startup" tab in the Apollo Panel. (https:Some readersHow to Restart your Discord Bot automatically
With our feature called “Schedules”, servers can be restarted without the interaction of a 3rd party software or API. This is specifically useful if the bot has to be restarted periodically. How to Restart your Discord Bot automatically In the left side panel, select the tool “Schedules” Create a new schedule. There, you will need to assign it a name, and configure the time between eacSome readersWhat is a Low Traffic / Dedicated IP and How do I order It?
Sometimes, your discord bot may get rate limited by Discord or by Cloudflare. These can cause the bot to have downtime and may frustrate users trying to use your awesome bot. What is a Low Traffic / Dedicated IP? Low Traffic IP A Low Traffic IP is a IP that only 9 other Discord Bots will use. 10, Including you. This means that not many outbound requests to the discord api will happen as not many users are using the same IP addresFew readersHow to migrate your Discord Bot from repl.it to Sparked Host
Migrating hosting platforms can be a bit of a struggle. Don't worry, were here to help. This guide will show you how to migrate your Discord Bot from repl.it to Sparked Host Bot Hosting. Downloading / Uploading your Project Download your repl.it project First, you need to download your repl.it project. To do this, go to your repl.it project and click the three dots in the top right corner. Then, click "Download as zip". This will download your repl.it project as a .zip file to your compFew readers
Javascript (JS)
How to use the Pterodactyl API using JS
How to use the Pterodactyl API using JS Firstly, we need to create an API key. We will need this to interact with the panel. To do this, Click “API Credentials” on the left-hand side of the panel. Set the description and the Allowed IPs. This is useful if you would like to secure the usage of the API key. Leave it blank if you would like to allow any IP address to the API key. The API key is now shoPopularHow to host a Javascript Discord Bot
If you want to host your Discord Bot made in Javascript, you may want to follow these instructions as it will adequately show how to host it within our Panel (Apollo) How to host a Javascript Discord Bot Once you have logged in, navigate to your server and hit the “Startup” button on the left navigation menu. From the startup tab, set the file to be used be executed. For example: index.jsSome readersHow to connect to a Database (MySQL) in Node.JS
Databases are SUPER important if you would like to store data. You can use it to store shop items, user statistics, mini-game data, and more! Databases are extremely useful in discord bots and this is why you should learn how to connect to a database in Node.JS. Table of Contents Prerequisites Setting up the Connection Using the Connection Useful Thinks to Know PrerFew readersHow to host a Express web server on Discord Bot hosting
What is express? Well, Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Let's find out how to host a Express web server on Discord Bot hosting! Installing Express Head over to your service and click "Startup". (https://storage.crisp.chat/usersFew readersHow to install Dependencies on Javascript Discord Bot Hosting
With our Apollo panel, you can host and control your server using your discord bot. We will show you how to install npm as a dependency for your discord bot. Please follow our instructions: How to install Dependencies on Javascript Discord Bot Hosting Click “Startup” in the bottom left of the navigation bar under the configuration category. Navigate to the “Node Packages” in the variables caFew readersHow to install Dependencies / Packages on Node Discord Bot Hosting
With our Apollo panel, you can host and control your server using your discord bot. We will show you how to install Node Packages for your discord bot. Please follow our instructions: Installing Dependencies / Packages Click “Startup” in the bottom left of the navigation bar under the configuration category. (https://storage.crisp.chat/users/helpdesk/website/a79efd0b48aFew readers
Python (PY)
How to host a Python Discord Bot
If you want to host your Discord Bot made in Python, you may want to follow these instructions as it will adequately show how to host it within our Panel (Apollo) How to host a Python Discord Bot Once you have logged in, navigate to your server and hit the “Startup” button on the left navigation menu. From the startup tab, set the file to be used be executed. For example: index.py or bot.PopularHow to use the Pterodactyl API using Python
How to use the Pterodactyl API using Python Firstly, we need to create an API key. We will need this to interact with the panel. To do this, Click “API Credentials” on the left-hand side of the panel. Set the description and the Allowed IPs. This is useful if you would like to secure the usage of the API key. Leave it blank if you would like to allow any IP address to the API key. The API key is nowPopularHow to host a Flask web server on Discord Bot hosting
What is flask? Flask is a web framework, it’s a Python module that lets you develop web applications easily. It’s has a small and easy-to-extend core. It does have many cool features like url routing, template engine. It is a WSGI web app framework. You can host a flask web server on sparked host! Let's find our how to do so Installing FlasFew readersHow to install Dependencies on Python Discord Bot Hosting
With our Apollo panel, you can host and control your server using your discord bot. We will show you how to install Python as a dependency for your discord bot. Please follow our instructions: How to install Dependencies on Python Discord Bot Hosting Click “Startup” in the bottom left of the navigation bar under the configuration category. Navigate to the “Python Packages” in the variables caFew readers