The repo is also mirrored on github https://github.com/upsidedownsweetfood/PluriPastries
Find a file
2024-03-15 20:18:26 +01:00
src small changes to the queries 2024-03-15 20:18:26 +01:00
.gitignore feat: Finished rewriting the bot, finally 2023-09-02 23:24:43 +02:00
bun.lockb FEAT: added tupper migrations from json file 2023-12-09 22:46:55 +01:00
package.json FEAT: added tupper migrations from json file 2023-12-09 22:46:55 +01:00
README.md readme instructions on how to selfhost 2024-03-15 20:17:59 +01:00
tsconfig.json first commit 2023-08-20 20:44:16 +02:00

MultiPastries

MultiPastries is a pluralkit alternative for the revolt chat platform. It supports creating members and sending messages as one of the members.

How to host the bot yourself.

requirements.

SQLite on arch.

sudo pacman -S sqlite

You will need to install the bun runtime from their installation script.

curl -fsSL https://bun.sh/install | bash