Discourse zu Discord Bot möglich?

Hello, I’m wondering if it’s possible, or a discord bot already exists that you can setup to automatically link to new threads that pops up on a discourse forum. Preferably so that it will only link threads from a specific category

1 „Gefällt mir“

This gets you very close:

Specifically this which I added recently which may do exactly as you require already.

Fork and expand as required.

2 „Gefällt mir“

Aha, that seems a bit overly complex, I don’t want to sync members between the discourse and discord server. Just simply a bot that “listens” to certain categories, and links any new thread in that category to a discord channel

1 „Gefällt mir“

The syncing is completely optional. The syncing is initiated by bot command at present. If you don’t want it, you don’t run the command.

Thats exactly what it does. Did you go to the second link?

image

Feel free to try coding a simpler solution, :smiley: but I suspect your requirement is met.

1 „Gefällt mir“

Depending on what you need, the official chatroom integration plugin may work for you as well:

I had it configured to do what you’re asking for at one point, I remember it being pretty straightforward.

1 „Gefällt mir“