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...
- Host: GitHub
- URL: https://github.com/leflon/mosus
- Owner: leflon
- Created: 2022-09-22T11:49:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T10:37:58.000Z (over 2 years ago)
- Last Synced: 2025-03-07T23:27:52.543Z (3 months ago)
- Topics: bot, discord, game, mafia
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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*