My code is really long so I'm not posting the whole thing, but here's the gist: let choice = await input.buttonsAsync('Is the stock received from a pending order, transfer or unsure?', ['Pending Order Received', 'Transfer', 'Unsure']);
if (choice =...