How to make a Discord music bot
In this tutorial, you will learn how you can host your very own Music bot for your Discord server.PopularConnect to your service with SFTP (FileZilla)
In this tutorial you will learn how to easily connect to your service using the FileZilla client.Few readersHow to Make a New Discord Application
In this tutorial, you will learn how to create a new Discord application.Few readersHow to make a live status page for your bot (Node.js)
Welcome to SomethingHost! In this guide, you will learn how to create a live status page that tracks uptime and can notify when your bot is down. So how it works? We will be using an express app to display an OK status on some page for your server. Find where you created your express app, if you do not have that yet, you can check out our subdomain guide. We will send an OK statFew readersConnect to your service with SFTP (WinSCP)
In this tutorial you will learn how to easily connect to your service using the WinSCP client.Few readersCommand and Event Handler (Node.js)
Command and Event Handler Please make sure you have read Startup Configuration before reading this. Command/Event Handlers are the best way for you to organize all commands and events that can be used in your bot. The Handler-Handler Here is the basic setup of your commands and theiFew readersStartup Configuration (Node.js)
Startup Configuration When you complete your order of a Discord Bot and go through installations. In your configuration, use Node 12, it is required for the latest version of Discord.js. You do not need to use any startup paramaters yet. Go to your console, click Start to start your server. This will turn your server on and allow you to run commands through the console. .env - Secrets File Create a file in your main directory called .env. ThiFew readersHow to make a Voting Webhook (Node.js)
Welcome to SomethingHost! In this guide, you will learn how to create a webhook using our subdomain system for your own Discord bot hosting package. So how it works? First, make sure you have already check out our subdomain guide which explains how to use a port tFew readersHow to only allow traffic from CloudFlare on your VPS
Welcome to SomethingHost! In this guide you will learn how to setup a script to add CloudFlare's IPs into a firewall to prevent non-CloudFlare visitors from accessing your server. Running our server behind CloudFlare is as import as prohibiting people from accessing our server if they get the server IP. If you are new to CloudFlare, go check out our guide on installing CloudFlare to your VPS and secure your applications today!Few readersHow To Read Discord.js Documentation (v12)
How To Read Discord.js Documentation (v12) If you're a new Discord.js developer, looking at the documentation can for sure be scary. The goal of this guide will help you properly use the documentation and will make the tutorials more clear. When first looking at the welcome page, it is a good idea to go through the examples given on the left hand side. When you click on a class, you are normally given a liFew readers