Skip to content

r-anime/misato

Repository files navigation

misato

It's not much, but it's ours.

For the frontend repository, which contains the web interface for configuration and account verification, see r-anime/misato-frontend.

Usage

You'll want Node 12+ and a MongoDB 3.6+ instance (self-hosted or on Atlas). Make sure your Discord bot has the server members intent - it's required for now (#76).

# Install dependencies
npm install
# Create your environment file from the sample and fill it in
cp .env.sample .env && $EDITOR .env
# Migrate the database
npx migrate up

Running the bot

# Install dependencies
npm install
# Run the project
npm run start

Usage with Docker

Contributing

See CONTRIBUTING.md.

License

MIT © 2020 the /r/anime mod team.