An open API service indexing awesome lists of open source software.

https://github.com/leflon/mosus

Don't be too sus...
https://github.com/leflon/mosus

bot discord game mafia

Last synced: 2 months ago
JSON representation

Don't be too sus...

Awesome Lists containing this project

README

        

# mosus

## About
mosus is a fun game to play on Discord with up to 15 players. It is a game of deception and finesse. You're given a random word, must sneak it in your messages on the server as subtly as possible... hoping that nobody notices it.

To know more about the game's precise rules and course, check out this [wiki article].

## Installation
After cloning this repository, you can :
- Install the dependencies with:
```
yarn install
```
- Set-up your database using the `db.sql` script.
- Fill in the environment variables in the `.env` file.
- Register the commands against the Discord API with:
```
yarn register
```
- And finally start your bot with:
```
yarn start
```

*I'll write the rest later*