For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.


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

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!

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

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


Step 10: Enjoy!

Last updated