AllanGame / discord-moderator-bot

An advanced discord moderator bot, in development
49 stars 31 forks source link

onlyowner #8

Closed HadesGitHub159 closed 3 years ago

HadesGitHub159 commented 3 years ago

i'm trying to add a dev, but its not working, like i dont have access. and yes i have checked the data and misc .json and everything is working good, my id and everything.

AllanGame commented 3 years ago

In misc.js file you must put your id inside "" like this:

{
    "owners": {
      "id": ["YOUR-ID"]
    }
  }

for multiple:

{
    "owners": {
      "id": ["YOUR-ID", "ANOTHER-OWNER-ID"]
    }
  }

If this doesnt work, it would be better if you show me some error in console

HadesGitHub159 commented 3 years ago

its working now when i put 2 ids.