go>> yuri>> 返回
项目作者: kurisubrooks

项目描述 :
:wrench: modular discord self-bot framework
高级语言: JavaScript
项目地址: git://github.com/kurisubrooks/yuri.git
创建时间: 2017-02-14T10:14:06Z
项目社区:https://github.com/kurisubrooks/yuri

开源协议:

下载


Yuri

Sort of like Midori but with 100% more selfbot features

Installation

  1. git clone https://github.com/kurisubrooks/yuri.git
  2. cd yuri/
  3. 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.

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

Run

To start Yuri, you can start it with

  1. npm start

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

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