Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 250 Bytes

ReadMe.md

File metadata and controls

29 lines (22 loc) · 250 Bytes

Misskey Invite

Config

config.json

{
  "misskey": {
    "url": "https://misskey.test",
    "token": "123456789"
  },
  "invite": {
    "coolDown": 60
  }
}

Build

yarn build

Start

yarn start