chaoss / chaoss/chaoss-slack-bot
[Feature]: Bot should share random facts about CHAOSS at intervals
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
### Contact Details
_No response_
### The Problem
We'd love to share random facts about CHAOSS with the community. Like a “Did you know?” where we could put in a list of facts about CHAOSS and share one randomly at intervals.
### How to Fix It
- Set up a message using the template:
```
Did you know?!
[Random fact goes here]
```
- The message should be posted at intervals, in the general channel. It will be monthly initially, but implement it in a way that it can easily be configured if we wanted to change it to something else, like daily.
- Each message should display a fact selected randomly from the list of facts which will be provided.
- There should be no repetition until the list of facts is exhausted.
### Additional Context
### Channel IDs
**General:** CV03ATA05
### Specific File Path(s) on the Repo to be Modified/Referred to
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.