koushikop5 / welcomebot

It a Source code for welcome bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME BOT

  • It a Source code for welcome bot with image was recoded

INSTALLATION

  • First Fork the project
  • In config.js file keep ur bot token , prefix and owner id
  • and dont forget to edit in owner.json
  • Convert the repo into node.js
  • type npm install to install the files
  • after installation type node index.js
  • now ur bot is online

Usage

  • config.js
exports.TOKEN = "BOT_TOKEN";

exports.PREFIX = "BOT_PREFIX";

exports.OWNER_ID = "OWNER_ID"
  • owner.json
{
    "ownerID":  ["OWNER_ID"]
}

About

It a Source code for welcome bot

License:MIT License


Languages

Language:JavaScript 100.0%