Wise Scripts Docs
ShopDiscord
  • 👋Welcome
  • 💻 Scripts
    • 🚙Wise Garage
      • Installation
      • Database
      • Events
      • Example Configs
        • Main
        • Garages
        • Impounds
    • 🖥️Wise Hud
      • Installation
      • Example Configs
        • Main
    • 🦌Wise Hunting
      • Installation
      • Example Configs
        • Main
        • Animals
        • Huntareas
        • Market
    • 🔫Wise Gungame
      • Installation
      • Setup for Ambulancejob
    • 👥Wise Faction
      • Installation
      • Exports
      • Events
      • Setup FFA & Gangwar
      • Example Configs
        • Main
        • FFA
        • Gangwar
        • Robbery
        • Shop
        • Missions
    • 🔔Wise Notify
      • Installation
      • Exports & Triggers
      • ESX Replacements
    • ⚠️Wise Report
      • Installation
    • 🎮Wise Lifeinvader
      • Installation
  • 🏡PROPS
    • 🪨Wise Ore Props Pack
    • ✨Wise Crystal Props Pack
  • 🧟‍♂️PEDS
    • 🎃HALLOWEEN Pumpkin Monster
    • 🎃HALLOWEEN MR Bright
Powered by GitBook
On this page
  • Step 1: Check E-Mails
  • Step 2: Claim the Script
  • Step 3: Setup Discord Bot
  • Step 4: Invite the Bot
  • Step 5: Put into Resources
  • Step 6: Setup Script Config
  • Step 7: Install Node
  • Step 8: Install NPM Modules
  • Step 9: Start Resource
  • Step 10: Enjoy!
  1. 💻 Scripts
  2. Wise Info

Installation

Last updated 10 months ago

Step 1: Check E-Mails

Check your E-Mails for a Token that you have received after buying the Wise Info Script.


Step 2: Claim the Script

Join our , in the channel you can claim the Script with /claim wise_info and your Token and the Bot sends you the Script via DM.

Your Discord Direct Messages need to be open for you to receive the Script


Step 3: Setup Discord Bot

Goto , click on New Application in the Top-Right, put in the Name of the Bot and click Create After that click in the left List on Bot and click Add Bot. Accept all Priviliged Gateway Intents => Presence Intent -> Server Members Intent -> Message Content Intent and Save Changes


Step 4: Invite the Bot

Goto OAuth2 -> URL Generator . Under Scopes select bot . Under Permissions select Administrator . After that you copy the URL at the bottom and paste in your browser search bar, select the server and confirm.


Step 5: Put into Resources

Open the wise_info.zip extract the wise_info/ directory and move the directory into your resources/ directory on your server


Step 6: Setup Script Config

In the config.json in DISCORD_ID you put in your UserId of your Discord Account and for GUILD_ID you put in the Id of your Discord Server

{
 "discordID": "DISCORD_ID",
 "dcserverID": "GUILD_ID"
}

Step 7: Install Node

You dont need to do this if you have already installed Node, you can check if you have already installed it, by typing in the console node -v and check if the version is above v16.x.x

Follow step by step

  1. Press Windows+R type in cmd and click OK.

  2. In the open console you type in node -v and check if it installed the latest version.

  3. Done!

Follow step by step

  1. Open your Linux Server Console

  2. Type/Copy apt-get install curl -> ENTER

  3. Type/Copy curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash -> ENTER

  4. Type/Copy export NVM_DIR="$HOME/.nvm" -> ENTER

  5. Type/Copy [-s "SNVM DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" -> ENTER

  6. Type/Copy Is "SNVM_DIR/bash_completion" ] && . "SNVM_DIR/bash_completion" -> ENTER

  7. Type/Copy nvm install v16 -> ENTER

  8. Type/Copy apt-get install nodejs -> ENTER

  9. Done!


Step 8: Install NPM Modules

Follow step by step

  1. Open wise_info/ directory

  2. Click in the top-left on File

  3. Click on Open Windows Powershell

  4. In the Powershell Console you type npm i and press enter

  5. Done!

Follow step by step

  1. Open your Linux Server Console

  2. Go to the wise_info/ directory by using cd {YOUR_PATH}/wise_info, YOUR_PATH is just a placeholder, you need to put in your path to the wise_info script

  3. Now you type npm i and press enter

  4. Done!


Step 9: Start Resource

Before starting the resource, you must stop the 'yarn' resource.

Now implement the resource into the server.cfg with ensure wise_info, restart your server and done.


Step 10: Enjoy!

Goto and download the latest version.

🤖
NodeJS
Discord
#bot-commands
Discord Developer Applications