Team Chat is showing up in DiscordSolved

I see other posts about this with no fix.
Is there a way to make sure Team Chat doesn't show up in the server-chat channel I have set up for this bot?

{
"CustomLoggingKeywords": [
"Keyword 1",
"Keyword 2"
],
"FilterWords": [
"badword1",
"badword2"
],
"FilteredWord": "<censored>",
"LogExcludeGroups": [
"default"
],
"LogExcludePerms": [
"example.permission"
],
"Apikey": "ODI1MTYxMjgwNjExNjgwMjk4.YF55VA.FhloIGO74FwtIF04UNuMlrMhL6c",
"AutoReloadPlugin": true,
"AutoReloadTime": 901,
"EnableBotStatus": true,
"GameChatIconSteamID": 76561############,
"GameChatTag": "[RUSTY]",
"GameChatTagColor": "#7289DA",
"GameChatNameColor": "#55aaff",
"GameChatTextColor": "#ffffff",
"LogChat": true,
"LogJoinQuits": true,
"LogDeaths": true,
"LogVehicleSpawns": false,
"LogCrateDrops": false,
"LogUserGroups": false,
"LogPermissions": false,
"LogKickBans": true,
"LogNameChanges": true,
"LogServerCommands": false,
"LogServerMessages": false,
"LogF7Reports": false,
"LogTeams": false,
"LogRCON": false,
"LogPluginAdminHammer": false,
"LogPluginAdminRadar": false,
"LogPluginBetterChatMute": false,
"LogPluginClans": false,
"LogPluginDiscordAuth": false,
"LogPluginPrivateMessages": false,
"LogPluginRaidableBases": false,
"LogPluginSignArtist": false,
"LogPluginVanish": false,
"EnableCustomLogging": false,
"ReportCommand": "report",
"Commandprefix": "!",
"Channels": [
{
"Channelid": "825162846437769296",
"perms": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute",
"msg_join",
"msg_joinlog",
"msg_quit",
"death_pvp",
"msg_chat",
"msg_teamchat",
"game_report",
"game_bug",
"msg_serverinit"
]
}
],
"Commandroles": {
"command": [
"rolename1",
"rolename2"
]
}
}

Also, (hoping a dev sees this one day) is there a way for my OWN chat to show up in the Discord channel? every time i send a message, it doesn't appear in the server-chat channel so it looks super strange.

Thank you!

YOu have the teamchat flag in the channel list, and permissions handle your chat.

Perfect thank you!

Merged post

Now how do I get myself to show up in chat on Discord?

Locked automatically