Skip to content

p-chan/mona-bot

Repository files navigation

mona-bot

A helpful slack bot

Features

  • ping
  • gomidashi notify

Usage

Copy .env.example to .env .

cp .env.example .env

Add slack token.

SLACK_TOKEN=xoxb-XXXXX

Start mona-bot.

$ npm start

Deploy to now. If now is not installed, run $ npm i now -g .

$ now

Set alias.

$ now alias

Scaling new instance.

$ now scale NEW_INSTANCE 1

Delete old instance.

$ now rm OLD_INSTANCE

License

The MIT License. See LICENSE.

Releases

No releases published

Packages

No packages published