English
Go to website
Back
Articles on:
SomethingCP Guides
Tutorials on how to fully utilize the power of SomethingCP.
How to switch your service to the development mode (InDev)
In this guide you will learn how to toggle the development mode (InDev) on your service.
Very popular
How to Run Multiple Bots on One Service
First thing you will need to do is separate your bots in different folders. It will allow us to run two separate commands. Made two separate folders Once that is done, you'll need to change your start-up command. You can separate multiple commands using a &.
Some readers
How to use our subdomain system for your Discord Bot
In this guide, you will learn how to use our subdomain system for your own Discord bot hosting package.
Some readers
How to install and use global npm modules
If you are using one of our Discord bot hosting plans, you have noticed that the permissions are a bit restricted. One downside of that is that you can't install global npm modules due to lack of permissions. There's a solution though! All of our NodeJS programming languages come with npx pre-installed. Here's an example on how to globally install nodemon Run npm install nodemon Instead of using `nodemon blah blah
Few readers
How to know a service's node
In this guide, you will learn how to know which node your service is hosted on. 1. Open Inspect mode in your browser Windows : F12 or CTRL + Shift + I macOS: F12 or CTRL + Shift + I Linux: F12 or CTRL + Shift + I 2. Go in the Network tab Network Tab 3. Select WS in the Network tab for easier search ![WS](https://storage.crisp.chat/users/helpdesk/website/3fcd928dd6008600/xmyc
Few readers