Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.
/ yuri Public archive

🔧 modular discord self-bot framework

Notifications You must be signed in to change notification settings

kurisubrooks/yuri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yuri

Sort of like Midori but with 100% more selfbot features

Installation

git clone https://github.com/kurisubrooks/yuri.git
cd yuri/
npm install

Setup

Create a file called keychain.js in the main directory, with the following contents, filling in each line with the appropriate keys needed for each.

module.exports = {
    "token": "" // Discord Bot Token
}

Run

To start Yuri, you can start it with

npm start

If you wish to run Yuri under Production, you can start it with pm2 by using

pm2 start index.js --name "yuri" --node-args="--harmony" -- --color