Closed Log1x closed 1 month ago
In preparation for https://github.com/discord-php/DiscordPHP/pull/1226
Example usage:
$this ->message() ->poll('What is your favorite color?', [ '🔴' => 'Red', '🟢' => 'Green', '🔵' => 'Blue' ], duration: 24, multiselect: true) ->reply($message);
In preparation for https://github.com/discord-php/DiscordPHP/pull/1226
Example usage: