diff --git a/Perl-Client-AddAAPoints.md b/Perl-Client-AddAAPoints.md index e1f4022..094573b 100644 --- a/Perl-Client-AddAAPoints.md +++ b/Perl-Client-AddAAPoints.md @@ -1,11 +1,12 @@ -adds a client aa points. +adds a client a a points. ### Arguments **Name**|**Type**|**Description** :---|:---|:--- -number|int|### Example - +number|| ### Example + ```perl -my number = 1; -quest::say($client->AddAAPoints(number)); +my $number = 1; + +$client->AddAAPoints($number); # Returns void ``` \ No newline at end of file