Posting to in game chatNot An Issue

The information for

msg_joinlog

and

msg_quit/log_kicks

Are posting to chat. I was informed by my admin. Asked if emoji ws posting to chat when I asked about the disconnect/kick info. He said 

"well, no not quite
it just said :CLIPBOARD:"

So it was definitely rustcord and not standard kick info. I wouldn't mind it posting to chat. But the joinlog shows their IP. Here's my config. I made some changes today. I don't know if I broke something.
"Apikey": "removed",
  "Channels": [
    {
      "Channelid": "544951763770540043",
      "perms": [
        "cmd_allow",
        "cmd_ban",
        "cmd_unban",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "cmd_mute",
        "cmd_unmute",
        "msg_chat",
        "msg_joinlog",
        "msg_quit",
        "msg_pm",
        "msg_mute",
        "msg_serverinit",
		"msg_helispawn",
		"msg_planespawn",
		"msg_bradleyspawn",
		"msg_shipspawn",
		"msg_chinookspawn",
		"death_pvp",
		"death_vehicle",
		"game_report",
		"game_bug",
		"log_kicks",
		"log_bans",
		"log_clans",
		"log_clanchat",
		"log_groups",
		"log_perms",
		"log_namechange",
		"plugin_discordauth",
		"plugin_signartist"
      ]
    }
  ],
  "Commandprefix": "!",
  "Commandroles": {
    "players":[
    ],
    "kick":[
      "Admins",
      "Staff",
      "Mods"
    ],
    "mute":[
      "Admins",
      "Staff",
      "Mods"
    ],
	"players":[
      "Admins",
      "Staff",
      "Mods"
    ],
    "unmute":[
      "Admins",
      "Staff",
      "Mods"
    ],
    "com":[
      "Admins",
      "Staff"
    ],
	"ban":[
      "Admins",
      "Mods"
    ],
    "unban":[
      "Admins",
      "Mods"
    ]
  },
  "FilteredWord": "",
  "FilterWords": [
    "badword1",
    "badword2"
  ],
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ]
}

So this is solved.

I thought I was being efficient by doing the edit from one location and uploading to multiple. Just swap out the Apikey.

Yeah... I forgot the change the channelid.

So I was a dumbass.

At least now I know it'll broadcast to the other servers if you do this.

*the_more_you_know.gif*

Locked automatically