https://github.com/ghostrider-05/server-events
https://github.com/ghostrider-05/server-events
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostrider-05/server-events
- Owner: ghostrider-05
- Created: 2022-09-29T22:50:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T19:04:57.000Z (over 2 years ago)
- Last Synced: 2025-02-11T15:51:30.172Z (4 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server events
The configuration for all workshop events for the Discord server.
## Configuration
```mermaid
graph LR;
Workshop:created-->B[Post Announcement]-->|new| C[Forum post in #discussion];
Workshop:updated-->|message in| C;
G[GitHub event]-->#github-feed;
```