You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @FreshImmuc,
wow, I was not expecting to get see activity on this repository any more. But really cool to hear that it is somewhat, somewhere still in use - this must also mean that somehow this project is still working 😅
Unfortunately, for a couple of time now, I am not a Discord or Moodle user anymore. So I am not able to maintain this project. I was even thinking to archive this project, and leave the ability to fork it.
We can give your PR a try, but in case of any GitHub Actions failures, I won't be able to fix it. But in this case we can discuss alternatives.
Hey, Yeah this project helped a lot in the past years :) -> and still does
Thank you so much for making it, it still works like in 2020.
Nice that my PR worked.
Best in life, Immuc
Hey, i'm still using this bot :)
So discord updated their channel ids and now ids can be 18 but also 19 characters long.
The bot only accepts channel ids with length 18.
To fix this a simple fix in
packages/backend/src/controllers/connectors/plugins/discordBot.class.ts
is needed (i hope i'm right)Code change is the following:
from:
to:
--> In this snipped, line 2 is updated
The text was updated successfully, but these errors were encountered: