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
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
Goto NodeJS and download the latest version.
Press
Windows+Rtype incmdand clickOK.In the open console you type in
node -vand check if it installed the latest version.Done!
Follow step by step
Open your Linux Server Console
Type/Copy
apt-get install curl-> ENTERType/Copy
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash-> ENTERType/Copy
export NVM_DIR="$HOME/.nvm"-> ENTERType/Copy
[-s "SNVM DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"-> ENTERType/Copy
Is "SNVM_DIR/bash_completion" ] && . "SNVM_DIR/bash_completion"-> ENTERType/Copy
nvm install v16-> ENTERType/Copy
apt-get install nodejs-> ENTERDone!
Step 8: Install NPM Modules
Follow step by step
Open
wise_info/directoryClick in the top-left on
FileClick on
Open Windows PowershellIn the Powershell Console you type
npm iand press enterDone!
Follow step by step
Open your Linux Server Console
Go to the
wise_info/directory by usingcd {YOUR_PATH}/wise_info,YOUR_PATHis just a placeholder, you need to put in your path to the wise_info scriptNow you type
npm iand press enterDone!
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