Eco-DiscordLink / EcoDiscordPlugin

A plugin that interfaces Eco Global Survival's server with Discord
GNU Affero General Public License v3.0
33 stars 15 forks source link

EcoDiscordPlugin supporting Forum Channels #94

Open croxis opened 10 months ago

croxis commented 10 months ago

The discord server I'm part of uses the new forum channel type for game specific instructions. The bot is reporting that it isn't a valid channel type. The "forum post" isn't showing up in the channel list on the plugin's gui.

/dl verifyconfig in eco returns "Channel Link Verification failed for " (#####)" hen I manually added it to DiscordLink.eco"

photogineer commented 10 months ago

https://github.com/Eco-DiscordLink/EcoDiscordPlugin/blob/6571a6d501b1028edbbd387efb850982d7d6e198/DiscordLink/DiscordLink.csproj#L41 looks like a version bump of the DSharpPlus library is needed, forum support was added in v4.4: https://github.com/DSharpPlus/DSharpPlus/releases/tag/v4.4.0

MonzUn commented 10 months ago

DL uses 4.4.5 (released today). It's DiscordLink that has no support for it.

Could you show me how your channels and forums are set up do I can create a test environment.

No idea when I will have time to work on it. Spring sometime maybe.