File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ To add a command to the AI. **This must be placed inside of the submit function!
298298### Sending data (Required)
299299To send the command to the AI use this command. ** This must be placed inside of the submit function!**
300300``` js
301- .. .submit (($input )=> {
301+ ( ... ) .submit (($input )=> {
302302 if ($input){
303303 (... )
304304 (... ).send ($input, true );
@@ -309,7 +309,7 @@ To send the command to the AI use this command. **This must be placed inside of
309309### Getting results
310310To get the results you this command. ** This must be placed inside of the submit function!**
311311``` js
312- .. .submit (($input )=> {
312+ ( ... ) .submit (($input )=> {
313313 if ($input){
314314 (... )
315315 (... ).results (($o )=> {
You can’t perform that action at this time.
0 commit comments