Skip to content

Commit ae5dff2

Browse files
committed
chore: update bots tut
update token entry for game
1 parent 45da311 commit ae5dff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorials/bots-and-games/ao-effect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Send({ Target = Game, Action = "RequestTokens"})
7575
Once you receive the tokens, confirm your spot by paying the game's entry fee like this:
7676

7777
```lua
78-
Send({ Target = Game, Action = "Transfer", Recipient = Game, Quantity = "1000000"})
78+
Send({ Target = Game, Action = "Transfer", Recipient = Game, Quantity = "1000"})
7979
```
8080

8181
Wait for a few seconds, and you'll see live updates in your terminal about player payments and statuses.

0 commit comments

Comments
 (0)