Can i allow paginated message actions to be controlled by anyone in server, currently it accepts an argument of whom to give.
await paginatedMessage.run(msg, msg.author);
await paginatedMessage.run(msg, msg.author);
Solution
There is no such option and it likely wont be added because target isn't just used for filtering interactions but also internationalisation and ensuring interactions stay in sync.