Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1004 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 1004 Bytes

WelcomeBot

Windows install:

  1. Change the welcome channel in the config.json file.
  2. Change the picture (call the picture wallpaper.jpg)
  3. Insert your token.
  4. Run "npm install" (be sure that you have installed "node.js" on your pc / server.)
  5. Run "node index.js"
  6. Have fun!

Linux install

1.Clone the rep. git clone https://github.com/BrainFoot/WelcomeBot (your name)

  1. Change the welcome channel in the config.json file.

  2. Change the picture (call the picture wallpaper.jpg)

  3. Insert your token.

  4. Run "npm install" (be sure that you have installed "node.js" on your pc / server.)

  5. Run "node index.js"

  6. Have fun!

Screening:

nano start.sh copypasteme: while true; do node index.js done

then use: screen -L -S bash start.sh (your screen name)

when you dont have instaled screen use: apt-get install screen

For more help join our Discord! Tutorials: #1 Klick Here #2 Klick Here