Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 796 Bytes

install.md

File metadata and controls

43 lines (30 loc) · 796 Bytes
title nav_order layout parent
Installation
1
default
v4

Basic installation

Prerequisites

  • NodeJS between version 12 and 14

Installation

  1. Start by cloning the repository:

    git clone https://github.com/KartulUdus/PoracleJS.git 
    
  2. Either create a Discord Bot, add it to your server and take note of your token for later.

    or

    create a Telegram Bot, create a group and add the bot to it and note your token for later.

  3. Install package requirements:

    npm install
    
  4. Create your basic config:

    npm run init
    
  5. Start Poracle:

    npm start
    
  6. That's it, now proceed to Enter some commands.