Skip to content

Yoshino-s/mirai-bot

Repository files navigation

Mirai Bot

NPM packages

Start

Install cli tool

yarn global add @mirai-bot/cli

Create a project

mirai-bot new --name bot

Config

Config the bot

copy config.example.yaml to config.yml

and change the config

Build & Start

mirai-bot build
mirai-bot start -d

Other issues

Login fail

If you use your account on this device first time, it may have some problem when login. Please use

mirai-bot interactive

to start a interactive mirai instance, follow the steps to login manually

development

You can use an existing bot instance and attach it to develop your plugin faster

Setup a full bot docker (including mirai and redis) and expose all the port

And use the same config file in your development environment

And dd

remote:
  host: localhost_or_remote_ip

in the config.yml of development environment

and start with

mirai-bot start --dev

Also you can use

mirai-bot plugin [name]

to add a new plugin.

TODO: How to write a plugin

About

mirai bot packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published