Skip to content

Commit 3ced2f0

Browse files
Update README.md
1 parent c874300 commit 3ced2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
299299
To 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
310310
To 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)=>{

0 commit comments

Comments
 (0)