Revolt-Bot/README.md

15 lines
388 B
Markdown
Raw Normal View History

2024-03-15 20:24:18 +01:00
# PluriPastries
PluriPastries is a pluralkit alternative for the revolt chat platform.
2024-03-15 20:17:59 +01:00
It supports creating members and sending messages as one of the members.
## How to host the bot yourself.
### requirements.
SQLite on arch.
```bash
sudo pacman -S sqlite
```
You will need to install the bun runtime from their installation script.
```bash
curl -fsSL https://bun.sh/install | bash
```