Skip to content
autodataming edited this page Jan 21, 2016 · 1 revision
$client->on(ready=>sub{
    my $client = shift;
 
    #你的代码写在此处 
    
    my $friend = $client->search_friend(qq=>'744891290');
    
    $friend->send("hello world");
}
Clone this wiki locally