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

Show contents of discord's #dev-log and #announcements on site #645

Open
mooskagh opened this issue May 22, 2018 · 1 comment
Open

Show contents of discord's #dev-log and #announcements on site #645

mooskagh opened this issue May 22, 2018 · 1 comment

Comments

@mooskagh
Copy link
Contributor

There are many people who follow lczero project without being on discord.

It makes sense to write a discord bot who will show #dev-log and #announcement channels contents at lczero.org website (written in go).

I took a look into discord API and it seems it's pretty easy to get recent messages of a channel in markdown format.

If someone is willing to help with that, that would be appreciated.

@gonzalezjo
Copy link

For this feature, you would need a bot to ensure that the contents of #dev-log are up to date with the server's announcement page. This means creating another application just for Discord integration.

I suggest an alternative approach. Discord has webhook integration. Essentially, those with the right channel permissions can right-click on a channel, create a webhook, and give it a name. Discord will spit out a URL that you can post messages to, which will cause Discord to create that message in the designated channel. This makes it very practical to implement on-server support for announcements. Those with proper privileges could just write up an announcement, put it on the website, and let the site automatically post it to #dev-logs.

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

No branches or pull requests

2 participants