Mute command not shownSolved

I use Rustcord and BetterChatMute but when i trigger the mute command in discord it is not giving any "response" that the mute was succesfully (in discord).

Ingame i can actually see that the mute worked so i wonder if i did set up anything wrong.
Here is the config file that i use:

{
  "CustomLoggingKeywords": [
    ""
  ],
  "FilterWords": [
    ""
  ],
  "FilteredWord": "<censored>",
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ],
  "Apikey": "keyhiddentopreventabuse",
  "AutoReloadPlugin": false,
  "AutoReloadTime": 600,
  "EnableBotStatus": true,
  "GameChatIconSteamID": 76561 # # # # # # # # # # # #,
  "GameChatTag": "[RUSTCORD]",
  "GameChatTagColor": "#7289DA",
  "GameChatNameColor": "#55aaff",
  "GameChatTextColor": "#ffffff",
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": false,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": false,
  "LogPermissions": false,
  "LogKickBans": true,
  "LogNameChanges": false,
  "LogServerCommands": true,
  "LogServerMessages": true,
  "LogF7Reports": true,
  "LogTeams": false,
  "LogRCON": false,
  "LogPluginAdminHammer": false,
  "LogPluginAdminRadar": false,
  "LogPluginBetterChatMute": true,
  "LogPluginClans": false,
  "LogPluginDiscordAuth": false,
  "LogPluginPrivateMessages": false,
  "LogPluginRaidableBases": false,
  "LogPluginSignArtist": false,
  "LogPluginVanish": false,
  "EnableCustomLogging": false,
  "ReportCommand": "report",
  "Commandprefix": "!",
  "Channels": [{
      "Channelid": "idhiddentopreventabuse",
      "perms": [
        "msg_joinlog",
        "msg_serverinit",
        "msg_chat",
        "msg_quit"
      ]
    },
    {
      "Channelid": "idhiddentopreventabuse",
      "perms": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "cmd_mute",
        "cmd_unmute",
        "cmd_ban",
        "cmd_unban",
        "cmd_timeban"
      ]
    }
  ],
  "Commandroles": {
    "command": [
      ""
    ]
  }
}

You don't have it logging mutes. Use the channel flag for the mute plugin. Full flag list in the Rustcord Guide.

problem solved - ty

Locked automatically