diogoscf / github-lines

A minimal and non-intrusive multi-platform bot to display lines from GitHub (or GitLab) links
MIT License
60 stars 10 forks source link

support discord threads #24

Closed keturn closed 2 years ago

keturn commented 3 years ago

Discord now has discussion threads.

Github Lines is either not receiving events for messages in threads, or failing to post its response in thread.

Things I have tried that did not help:

keturn commented 3 years ago

See https://discordjs.guide/popular-topics/threads.html#thread-related-gateway-events

diogoscf commented 3 years ago

I suppose this is due to the fact that github lines still runs on discord.js v12 which doesn't support threads afaik. Once it's moved to v13 this should work I believe, although I will check once that's done