const user = await args.pick("member").catch(() => null);
const user = await args.pick("member").catch(() => null);
With this code I tried to make the bot get the member from the first argument but looks like it only gets the member if the bot finds it on the second argument, third, etc, how can I fix it?