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].
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