aternosorg / modbot

An open source moderation bot with advanced features developed by Aternos.
MIT License
127 stars 61 forks source link

Forum channels are not correctly detected as channels #498

Closed RealmKebab closed 1 year ago

RealmKebab commented 2 years ago

image Upcoming discord forums is pretty great, but the problem is modbot cannot send messages inside of them. (screen from official exaroton server)

RealmKebab commented 2 years ago

Of course, pinging the bot to join the forum topic isn't gonna do anything.

JulianVennen commented 2 years ago

The autoresponse was not set to activate in that channel. For some reason, discord.js seems to not cache forum channels as channels, which makes it impossible to add forum channels to autoreponses. Setting the autoresponse to global works.

This will probably require an update to discord.js v14 to fix.

RealmKebab commented 2 years ago

The autoresponse was not set to activate in that channel. For some reason, discord.js seems to not cache forum channels as channels, which makes it impossible to add forum channels to autoreponses. Setting the autoresponse to global works.

This will probably require an update to discord.js v14 to fix.

Alright, cool. You can close the channel if you have done the update or so.