Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 721 Bytes

File metadata and controls

43 lines (29 loc) · 721 Bytes

LoL Human Discord Bot

Installation

Windows

Cloning this repo

> git clone https://github.com/LoL-Human/Discord-Bot.git
> cd Discord-Bot

Install the npm package

> npm install -g ts-node
> npm i

Edit env file

Rename .env.example to .env. Replace TOKEN_BOT with your bot token.

TOKEN = TOKEN_BOT
PREFIX = !

Run the bot

> npm start

Thanks To