NAT2K15 Development
DiscordStoreConfigGithubStatus Page
  • NAT2K15 Documentation
  • Paid Scripts
    • FiveM Framework
      • 💻Choose your hosting
        • 💻Windows Hosting
          • 🛢️MySQL Installation (xampp)
          • 🛢️MySQL Connection String
          • 👨‍💻Installing Framework
        • 🐧Linux Hosting
          • 🛢️MySQL Installation
          • 🛢️MySQL Connection String
          • 👨‍💻Installing Framework
        • 🎮Panel Hosting
      • 📋Framework Addons
        • FiveM Scoreboard
        • ☎️Framework 911 (paid)
        • 📲NPWD X Framework
          • 📋Editing NPWD Config
          • 🧠Installing npwd-framework
      • ✒️Change Logs
      • ✍️Developers Usage
        • Client Side Exports
        • Server Side Exports
      • ❌Frequent Issues
    • Personal Vehicle V2
      • Discord Bot Token
      • Installing Dependency
      • Editing the Config
    • FiveM Discord Whitelist
      • Discord Bot Token
      • Edit the config
  • FiveM vMenu Modification
  • FiveM Vehicle & Weapon Management System
    • Installing Dependency
    • Configuration Guide
  • FiveM Admin Zone
  • Paid Bots
    • Ticket Bot V2
      • 💻Windows Hosting Guide
        • 🛢️MySQL Installation (xampp)
        • 👨‍💻Installing Node.js
    • Multi Server Control
      • 💻Windows Hosting Guide
        • 👨‍💻Installing Node.js
        • 🚂Starting The Bot
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Paid Scripts
  2. FiveM Discord Whitelist

Discord Bot Token

Below there will be a guide on creating a discord bot token and inviting it to your discord.

PreviousFiveM Discord WhitelistNextEdit the config

Last updated 3 months ago

Was this helpful?

1. Access the Discord Developer Portal

Start by visiting the . This portal is where you manage all your applications and bots.

  • If you already have a bot, simply select it from the list.

  • If not, click the “New Application” button to create one.

2. Name Your Bot

Next, you’ll need to name your bot.

3. Configure Bot Settings

After naming your bot, navigate to the Bot tab.

  • Click on Add Bot if your bot isn't already created.

  • Once the bot is created, enable all necessary intents by toggling the options in the Privileged Gateway Intents section.

4. Invite the Bot to Your Discord Server

To invite the bot to your Discord server:

  1. Go to the OAuth2 tab.

  2. Under OAuth2 URL Generator, select the following scopes:

    • bot

    • applications.commands

  3. Scroll down to OAuth2 URL Generator and copy the generated URL.

  4. Paste this URL into your browser, select your server, and authorize the bot.

5. Retrieve and Configure Your Bot Token

Finally, you’ll need to obtain your bot's token:

  1. Navigate to the Bot tab.

  2. Click Reset Token to generate a new token.

  3. Copy the token and paste it into your config.luafile where it says "token".

You have successfully completed the bot setup.

Discord Developer Portal
Page cover image