Can't get commands to workFixed
I am having issues getting commands to work.
TBH I am not sure if its an issue or if I don't fully understand how it works.
Everything else is working fine, its just the commands

In Rustcode.json i have this set,
"Commandprefix": "!",
	"Commandroles":{
					"players":["Admin","Staff","Mods"],
					"kick":["Admin","Staff","Mods"],
					"com":["Admin"]
					},​
and on discord my group name is Admin yet when I type either "!players" or "!com say hello" (without the "") into the channel I have set up with  "cmd_allow", "cmd_players", "cmd_kick" and "cmd_com", nothing appears on discord other than the text I have typed into discord.

Where am I going wrong?

Also, on a side note, would it be possible for chat messages sent from discord to show in Rust using the Discord display name and not the account name?
1: Can you please show me the full config? (Censor sensitive data as API key of course)

2: I thought it relayed display names, I'll have a look at that!

Not sure what I'm doing wrong here.  !players work, but the other commands such as !kick and !com don't work for me.  I only have myself in the Admin group on discord.

      "Channelid": "xxxxxxxxxxxxxxxxx",
      "perms": [
        "p_report"
      ]
    }
  ],
  "Commandprefix": "!",
  "Commandroles": {
    "kick": [
      "Admin"
    ],
    "com": [
      "Admin"
    ],
    "players": [
    ]
  },
All command doesn't work for me...

{
  "Apikey":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "Channels":[
    {
      "Channelid":"553610867208486912",
      "perms":[
        "cmd_allow",
        "cmd_players",
        "p_connect",
        "p_disconnect",
        "p_chat"
      ]
    },
    {
      "Channelid":"553276699547009035",
      "perms":[
        "cmd_allow",
		"cmd_kick",
        "cmd_com",
		"p_aconnect",
		"msg_serverinit"
      ]
    },
    {
      "Channelid":"553611132942942209",
      "perms":[
        "p_report"
      ]
    }
  ],
  "Commandprefix":"!",
  "Commandroles":{
    "players":[
      "Président",
      "Administrateur",
      "Staff Modération"
    ],
    "kick":[
      "Président",
      "Administrateur",
      "Staff Modération"
    ],
    "com":[
      "Président",
      "Administrateur"
    ]
  },
  "FilteredWord":"<censored>",
  "FilterWords":[
    "Word1",
    "Word2",
    "Word3"
  ]
}​


do you have find solution or not?
In response to Tanki ():
All command doesn't work for me...

{ "Apikey":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
@tanki !com works for me. I'd type "!com bot.count" or "!com save" (without the " "). It'll appear in my rcon console, but it wont relay any console message to discord
no... 
Hello, fresh install server and it work for me (all command)
Locked automatically