The suggestion is to make it so that the buttonresponders will inherit the arguments given to the parent autoresponder. For instance, if the buttonresponder require an integer argument:
Autoresponder raw:
{requirearg:1|number} Click the button below to check value!
Buttonresponder raw:
Value is: [$1]
So when someone triggers the auto responder with .trigger 1234
, the buttonresponder will also retain the argument ‘1234’ so when they click the button then the output would be “Value is: 1234”. A very basic example, but this functionality can be extremely useful for many scenarios and would make the buttonresponders more dynamic. So i do hope you’ll consider it. Thank you.