Skip to content

[Bug] User get command not allowed although they are #43

Description

@nodiaque

Describe the bug
User try to use stop command and receive "You are not allowed to use this command". But the user can start and restart. the /permission command show it has start/stop priviledges

Screenshots

Image Image

Desktop (please complete the following information):

  • OS: Unraid 7.3.1

Config File:

{
  "LanguageSettings": {
    "Language": "en"
  },
  "DiscordSettings": {
    "Token": "####",
    "AdminIDs": [
      ####
    ],
    "UserWhitelist": false,
    "UserIDs": [],
    "UsersCanStopContainers": true,
    "AllowedContainers": [],
    "RoleStartPermissions": {
      "####": [
        "All-The-Mods-9"
      ],
      "####": [
        "Palworld",
        "Enshrouded",
        "Soulmask"
      ]
    },
    "RoleStopPermissions": {
      "####": [
        "All-The-Mods-9"
      ],
      "####": [
        "Palworld",
        "Enshrouded",
        "Soulmask"
      ]
    },
    "UserStartPermissions": {},
    "UserStopPermissions": {}
  },
  "DockerSettings": {
    "BotName": "GameManBot",
    "Retries": 6,
    "TimeBeforeRetry": 5,
    "ContainersPerMessage": 30
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

possible bugpossible (but not reproduced) bug

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions