Hello,
Im doing my best on figuring it out, but as the title indicates. I want everything set to remail where it is, but i want the msg chat to go to another discord channel id#
Thanks, any help is appreciated.
Edit .json to have most content to one discord channel, and ingame chat to another channel.Solved
Remove msg_chat from your existing channel block. Copy the whole block and paste a new one underneath it. Add msg_chat to it, remove the other stuff you don't want logging, and change the channel ID:
{
"Discord Channel ID #": "11111111111111111",
"Channel Flags": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute",
"msg_join",
"msg_joinlog",
"msg_quit",
"death_pvp",
"msg_chat", <----delete this
"msg_teamchat",
],
"Custom: Words/Phrases to Log": [
"keyword1",
"keyword2"
]
},
{
"Discord Channel ID #": "22222222222222",
"Channel Flags": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute",
"msg_chat", <----add this
],
"Custom: Words/Phrases to Log": [
"keyword1",
"keyword2"
]
},
Hey, Yes i figured that out somewhat quickly after i asked. I appreciate your response!
Sweet :)
Locked automatically