#slash command need permission to work

1 messages · Page 1 of 1 (latest)

tender juniper
#

I have a command that I want to make available to everyone, unfortunately something seems to be wrong
command settings:

    dm_permission: false,
    default_permission: true,
    options: [ [Object], [Object] ],
    default_member_permissions: null,
    nsfw: false,
    type: 1,
    name: 'verify'
  }

when i get admin privileges it shows up but you can't see it normally
i have default_member_permissions: null
so i'm not sure what else/how should i set it?

pliant dune
#

you could just not set it in the first place, but null should be fine as well
it looks like you haven't overridden the perms in the settings, so it's likely just a client issue

#

which is to say you might just need to restart discord

#

at the very least it doesn't look like a code issue

tender juniper