Skip to content

💬 Mod bot for the /r/anime Discord

License

Notifications You must be signed in to change notification settings

mushroom-disaster/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.

About

💬 Mod bot for the /r/anime Discord

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 95.5%
  • TypeScript 4.2%
  • Dockerfile 0.3%