Open BeheniyKys opened 2 years ago
i don't know what you wanna do but for accessing the ticket_id
and text
in command usage you can use explode function like this:
list($ticket_id,$new_text) = explode('**', $text, 2);
after this line of code you can access $ticket_id
and $new_text
that come from usage command.
@BeheniyKys I trust you've been able to achieve what you wanted?
@BeheniyKys Did you achieve what you ask?
Good afternoon, I beg you to help me, is it possible to somehow attach the code to the button, I'm new to php and according to your guide I can't figure out how to make a button with this function. I would be very grateful for help