Using Commands

my main discord account can access my bots commands but when i try to use commands from a second account nothing shows up for my bot, what would cause this to happen?

Discord.js: 14.13.0
Node: 18.15.0

this is one of my commands when its registered
Command {
    name: 'suggest',
    description: 'Suggest an improvment for the discord bot',
    UserPerms: [ 'SendMessages' ],
    BotPerms: [ 'SendMessages' ],
    defaultMemberPermissions: [ 'SendMessages' ],
    type: 1,
    options: [ [Object], [Object], [Object] ],
    run: [AsyncFunction: run]
  },
Was this page helpful?