Skip to content

MhsnBakhshi/NodeUniqueBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeUniqueBot

Built With

JavaScript Node.js Redis MySQL

Getting Started

Installation

  1. Frist Clone Repo:

    https://github.com/MhsnBakhshi/NodeUniqueBot
  2. Install Packages:

    npm install
    or
    npm i

ENV Variable Need Change

  1. env file
 BOT_TOKEN = ?

Example

BOT_TOKEN = 7852489665:AAHkF462lzErDeCfq-O1I3N72KTI3WOnawc

Folder Stracture

.
├── src
│   ├── utils
|   |   ├── actions.js.                               
│   |   └── qurey.js              
│   ├── db.js                                
│   └── index.js                              
├── prisma
│   ├── migrations
│   └── schema.prisma
├── git
├── .env                   
├── .gitignore
├── node_modules
├── package-lock.json
├── package.json
├── README.md

How Contribute In Project

  1. Fork Repo
  2. clone Forked Repo.
  3. Test And Add Your Feature
  4. Commit Your Feature
  5. Push
  6. Send Pull Request

Contact