The repo is also mirrored on github
https://github.com/upsidedownsweetfood/PluriPastries
src | ||
.gitignore | ||
bun.lockb | ||
package.json | ||
README.md | ||
tsconfig.json |
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