Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 2.1 KB

README.md

File metadata and controls

70 lines (51 loc) · 2.1 KB

Animated Background

BOT GHOST STATUS REMOVER

License: MIT Donate

YouTube Join Discord Instagram Facebook

Guide

Set Up Hosting Service

  1. Go to your preferred hosting service. For this guide, we use Render.
  2. In the Build & Deploy section, paste your repository URL.

Add Build and Start Commands

Run the following commands to install dependencies and start your bot:

npm install node index.js

Get Your Bot Token

Navigate to the Discord Developer Portal. Find your application, and retrieve the bot token from the "Bot" section.

Set Environment Variable

Create an environment variable with the following details: Key: TOKEN Value: [your bot token] Deploy your application using your hosting service’s deployment process.

Wait and Test

Wait approximately five minutes for your bot to deploy and start up.

🎉 Congratulations! Your bot is now up and running. 🥳