https://github.com/galvinpython/persist-discord
Persist is a Discord bot that automatically re-assigns roles once people re-join servers
https://github.com/galvinpython/persist-discord
Last synced: 6 months ago
JSON representation
Persist is a Discord bot that automatically re-assigns roles once people re-join servers
- Host: GitHub
- URL: https://github.com/galvinpython/persist-discord
- Owner: GalvinPython
- Created: 2024-07-12T12:43:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:35:12.000Z (about 1 year ago)
- Last Synced: 2025-07-06T13:04:42.229Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# persistroles
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.