mods icon indicating copy to clipboard operation
mods copied to clipboard

Find Member errors out instead of passing

Open dashZdash opened this issue 3 years ago • 2 comments

Describe the bug "Find Member" for the most part does what its intended, but the part "If member wasn't found" does not function. When using the action, when the member cannot be found instead of passing to the fail part it just errors out and does nothing.

To Reproduce Steps to reproduce the behavior:

  1. Create a simple find member command
  2. set the "If member wasn't found" to have a function
  3. Provide the command a valid and non-valid member ID
  4. Look at the console and view the error that is presented when the invalid ID was presented

Expected behavior When provided with an invalid member ID, the action is supposed to initiate the "If member wasn't found", but instead it errors out.

Screenshots If applicable, add screenshots to help explain your problem. image Screenshot 2021-07-20 150803

dashZdash avatar Jul 20 '21 19:07 dashZdash

I'm positive that this happens only when your bot does not have intents enabled, please check if your bot has all intents enabled.

shinobihaxor avatar Jul 21 '21 08:07 shinobihaxor

I'm positive that this happens only when your bot does not have intents enabled, please check if your bot has all intents enabled.

I have intents fully enabled, and I'm not sure why it would be the issues here, the actions can find ID's I need it to do what its supposed to when it can't find the ID, it wouldn't need intents for intentional failing.

dashZdash avatar Jul 21 '21 19:07 dashZdash

99% this is an intents bug that is probably solved by now.

TheMonDon avatar Dec 11 '22 07:12 TheMonDon