Skip to content

Just-Msv/welcomebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
}

Releases

No releases published

Packages

No packages published