Installation

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 Discord, in the #bot-commands 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 Discord Developer Applications, 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. Goto NodeJS and download the latest version.

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

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

  4. 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!


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!

Last updated