Skip to content
Home Support Status Legal Account Control Panel
ProRedLine Support
  • Docs
  • My Tickets
  • Report Incident

Account Management

19
  • Login & password reset
    • How to Reset Your Password
    • Can’t Log In?
    • How to Change Your Login Email
  • Change account details
    • How to change your address
    • How to Change Your Email or Name
    • Can I Use a Company Name?
    • Can I change notification preferences?
  • Add secondary user access
    • What Is a Secondary User?
    • How to Add or Remove Users
    • Permission Levels Explained
  • Account suspension rules
    • When Is an Account Suspended?
    • How to Reactivate a Suspended Account
    • Can a Suspended Account Still Receive Emails?
  • Close your account
    • How to Request Account Closure or Account Data
    • What Happens to My Data?
    • Can I Reopen My Account Later?
  • Suspension vs deletion
    • What’s the Difference Between Suspension and Deletion?
    • Can I Be Suspended and Request Data Deletion?
    • When Is Deletion Triggered Automatically?

Game Servers

38
  • Ark Survival Ascended
    • ASA Startup Variables
    • ASA Legal Information
    • ASA Updating/Reinstalling Server
    • ASA Troubleshooting & Support
    • ASA RCON
  • Euro Truck Simulator 2
    • ETS2 Startup Variables
    • ETS2 Joining the Server
    • ETS2 Legal Information
    • ETS2 Updating/Reinstalling Server
    • ETS2 Troubleshooting & Support
  • Insurgency
    • Insurgency Startup Variables
    • Insurgency Legal Information
    • Insurgency Updating/Reinstalling Server
    • Insurgency Troubleshooting & Support
  • Minecraft Java
    • Minecraft Java Startup Variables
    • Minecraft Java Legal Information
    • Minecraft Java Updating/Reinstalling Server
    • Minecraft Java Troubleshooting & Support
  • Minecraft Bedrock
    • Minecraft Bedrock Startup Variables
    • Minecraft Bedrock Legal Information
    • Minecraft Bedrock Updating/Reinstalling Server
    • Minecraft Bedrock Troubleshooting & Support
  • Rust
    • Rust Startup Variables
    • Rust Legal Information
    • Rust Enable Additional Features
    • Rust Updating/Reinstalling Server
    • Rust Troubleshooting & Support
  • Satisfactory
    • Satisfactory Startup Variables
    • Satisfactory In-game Setup
    • Satisfactory Letting Others Join
    • Satisfactory Legal Information
    • Satisfactory Updating/Reinstalling Server
    • Satisfactory Troubleshooting & Support
  • Unturned
    • Unturned Startup Variables
    • Unturned Joining the Server
    • Unturned Legal Information
    • Unturned Updating/Reinstalling Server
    • Unturned Troubleshooting & Support

App & Web Servers

26
  • Discord Bot
    • Discord Bot Startup Variables
    • Creating Discord Bot within Discord Dev
    • Adding Discord Bot to Discord Server
    • Modifying Discord Bot’s Files
    • Discord Bot Legal Information
    • Discord Bot Updating/Reinstalling Server
    • Discord Bot Troubleshooting & Support
  • LanguageTool
    • What is a LanguageTool Server?
    • LanguageTool Startup Variables
    • LanguageTool Server with Browser Extension
    • Using LanguageTool with HTTPS and IP Whitelisting
    • LanguageTool Legal Information
    • LanguageTool Updating/Reinstalling Server
    • LanguageTool Troubleshooting & Support
  • Uptime Kuma
    • What is an Uptime Kuma Server?
    • Uptime Kuma Startup Variables
    • Uptime Kuma Admin Account
    • Using Uptime Kuma with HTTPS
    • Uptime Kuma Legal Information
    • Uptime Kuma Updating/Reinstalling Server
    • Uptime Kuma Troubleshooting & Support
  • VS Code
    • What is a Visual Studio Code Server?
    • Visual Studio Code Startup Variables
    • Visual Studio Code Legal Information
    • Visual Studio Code Updating/Reinstalling Server
    • Visual Studio Code Troubleshooting & Support

Control Panel

10
  • Basic navigation
    • Emails and Installation After Payment
    • Overview of the Dashboard
    • Where to Find Key Settings
    • Mobile Access | Is It Possible?
  • File manager
    • Uploading and Editing Files
    • Understanding File Permissions
    • Restoring Deleted Files
  • Scheduler & backups
    • Creating Automatic Backups
    • Scheduling Tasks
    • Restoring from Backup

Security & Trust

4
  • Official Contact Information
  • How to Recognize Phishing Attempts
  • Enable 2-Factor Authentication
  • Account Recovery Options

Troubleshooting

4
  • My Server Won’t Start
  • Error Connecting to Server
  • Email Notifications Not Arriving
  • Performance Issues on My Server

Platform & Tools

2
  • Reporting Incidents
  • Our websites and Their Purpose

Payments & Billing

15
  • Accepted payment methods
    • Supported Payment Types
    • Using Credit Card for Auto-Renew
    • Can I Pay via Bank Transfer?
  • View or download invoices
    • Where to Find Your Invoices
    • How to Download an Invoice
    • Invoice Not Showing?
  • Failed payments & retry logic
    • Does the System Retry Failed Payments?
    • How to Update Your Payment Method
    • Why Did My Payment Fail?
  • Reactivation fee explained
    • Can I Avoid the Reactivation Fee?
    • Why a Reactivation Fee Exists
  • Prepaid model explained
    • How renewal reminders work
    • What happens if I don’t renew on time?
    • How to renew/cancel a subscription
    • What is a prepaid model?
View Categories
  • Docs
  • App & Web Servers
  • Discord Bot
  • Creating Discord Bot within Discord Dev

Creating Discord Bot within Discord Dev

ProRedLine
Updated on July 16, 2025

2 min read

AI Doc Summarizer Doc Summary
AI Doc Summarizer Thinking Thinking

Discord Developer Portal #

To host a Discord bot, two steps need to be completed. The first step has already been done by setting up your bot on the ProRedLine customer dashboard. Now, we need to add the actual bot to your account and eventually link it to a Discord server. Please follow these steps carefully: 

  1. Go to https://discord.com/developers/applications and sign in with your Discord account. 
  1. After signing in, click the “New Application” button.
  1. A pop-up will appear asking for a name for your “application.” This name can be anything you like and is not the name of your Discord bot. After entering the name, click on “Create.”
  1. Your application has been created. Now, we need to add the actual Discord bot. Navigate to the “Bot” tab on the page that opens after creating the application. 
  1. You can now customize the bot’s icon, banner, and username according to your preferences. 
  1. Now, we need to enable Privileged Gateway Intents. Without these enabled, your bot won’t function properly. On the same page as step 5, scroll down to Privileged Gateway Intents and enable the following options: 
    — PRESENCE INTENT 
    — SERVER MEMBERS INTENT 
    — MESSAGE CONTENT INTENT. 

Obtain Bot Token #

  1. The final step is to obtain your bot token. This token is used by your ProRedLine-hosted Discord bot to connect with your actual Discord bot. Scroll back up to the “TOKEN” section on the same page as step 6. Click “Reset Token”, and a new token will appear. This token can only be viewed once, so make sure to copy it immediately and store it in a secure location. 
  1. Now, return to your ProRedLine Discord Bot’s dashboard and navigate to the “STARTUP” tab. Paste your copied bot token into the “BOT TOKEN” field. 

Congratulations! Your ProRedLine-hosted bot is now successfully connected with your Discord Application Bot. 


Still need help after reading this article?

Create a Ticket
Updated on July 16, 2025
Discord Bot Startup VariablesAdding Discord Bot to Discord Server
Table of Contents
  • Discord Developer Portal
  • Obtain Bot Token
Share This Article:
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Was it helpful?
  • Happy
  • Normal
  • Sad

Useful links

Home
Store
About Us
Status/Incidents
Support
News
Information
Customer Dashboard

Legal

Terms of Service (ToS)
Privacy Policy
Cookie Policy
Refund Policy
Acceptable Use Policy (AUP)
Contact & Support Policy

KVK: 95892494
VAT Number: NL005177436B09

  • Facebook
  • Google
  • Instagram
  • TikTok
  • WhatsApp
  • YouTube
  • X
  • Discord

Contact

info@proredline.com

P.O. Box 5449
3299 ZG, Maasdam
Netherlands

2025 © Copyright - ProRedLine
  • Docs
  • My Tickets
  • Report Incident
Type your search
Loading...

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.