Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web3facts #48

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JohnnyJayJay
Copy link
Contributor

Adds a fun little command called /web3fact that gives useful updates about your favourite technology, using the RSS feed of https://web3isgoinggreat.com/.

Open question: how to determine the story to show? Should it always be the most recent entry from the feed, should it be random with an equal distribution, or maybe an exponential distribution that favours more recent stories?

Also haven't tested it yet. Too lazy to set up a whole test config for myself, pls invite me to the test server

const turndownService = new TurndownService({ bulletListMarker: '-' })

export const Web3Command: Command<ApplicationCommandType.ChatInput> = {
name: 'web3fact',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is calling it "web3fact" a good idea? the source is truthful but very biased, i can see how that may cause contention

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It gives you a fact about Web3 👍 hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants