/Welcome-Bot

💌 Advanced Welcomer Bot Discord Open Source Code and Easy to use,

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Information

  • Make sure you have Node.js v16.6.0 or newer & also a code editor if you want to make things easier (we will be using Visual Studio Code editor in this installation)
  • If you downloaded the zip file, please extract it using Winrar or some other software
  • Open bot folder in Visual Studio Code
  • After opening the bot folder in the editor, open terminal with Ctrl + ` & wait for it to open
  • Type npm i in the terminal & wait for packages to install...
  • When it's done, go to Config.js file & fill information
  • Enjoy

Usage - config.js

const config = {
  Token: "YOUR TOKEN",
  Default_Prefix: ".",
  Color: "#ff0000",
  Welcome_Images: "https://3.bp.blogspot.com/-rHGW-Pj086E/XJqrXq3DJlI/AAAAAAAABB0/kRGUxP_OqkUmicF3bW129ubAa0myCJs9ACKgBGAs/w4096-h2304-c/sunset-horizon-scenery-landscape-art-uhdpaper.com-4K-178.jpg",
  GoodBye_Images: "https://3.bp.blogspot.com/-rHGW-Pj086E/XJqrXq3DJlI/AAAAAAAABB0/kRGUxP_OqkUmicF3bW129ubAa0myCJs9ACKgBGAs/w4096-h2304-c/sunset-horizon-scenery-landscape-art-uhdpaper.com-4K-178.jpg",
  Support: "https://zone-id.my.id",
};

module.exports = config;