Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 492 Bytes

File metadata and controls

28 lines (17 loc) · 492 Bytes

Whosaid rs

A discord bot for playing "Who said ... ?" It works by scrapping all accessible guild messages

Installation

Play the game

First, all players need to setup their own emoji

Development

Migrations and database management

Migrations are handled by Sea ORM:

Apply migrations:

(cd migration && cargo run)

Generate entities:

sea-orm-cli generate entity -o entity/src