Does the channel ID accept a comma'd list?Solved

Am I able to do this for example:

{
      "Discord Channel ID #": "2348923429834234", "24543095440549443",
      "Channel Flags": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "cmd_mute",
        "cmd_unmute",
        "msg_joinlog",
        "msg_quit"
      ],
      "Custom: Words/Phrases to Log": [
        "keyword1",
        "keyword2"
      ]
    },​

Or does it just need to be a separate block altogether?

Thanks :)

 

No. Make a new list for each channel, we also don't recommend setting a single flag to multiple channels.

Ok no problem, thanks!

Locked automatically