Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:46:50.000Z (about 2 months ago)
- Last Synced: 2024-10-28T10:49:44.005Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- 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.