Closed Mdye99 closed 2 weeks ago
Hello and apologies for responding late. Could you point out specifically where this information is missing?
Here's the sample from the example containing that information taken from here https://github.com/Eco-DiscordLink/EcoDiscordPlugin/blob/develop/ConfigurationNoGUI.md#linking-chat-channels
"ChatChannelLinks": [
{
"AllowUserMentions": true,
"AllowRoleMentions": true,
"AllowChannelMentions": true,
"Direction": "Duplex",
"HereAndEveryoneMentionPermission": "Forbidden",
"EcoChannel": "General",
"DiscordChannelId": 980963363205025815,
"UseTimestamp": true
}
],
it says:
but the config template doesn't have those 2 fields
What's in your screenshot is the template, not the sample config. The sample config is just above the text you quoted.
the channel linking configuration mentions adding a discord channel and the corresponding eco channel and direction etc. but the sample from the config does not actual have all that information. so i'm just wondering where i can find a sample that has that setup