Skip to content

Commit

Permalink
Fix README.pt lua example
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeadf committed Oct 22, 2020
1 parent ea17877 commit be7196f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Argumentos:
Exemplo:
```lua
exports['discord-screenshot']:requestClientScreenshotDiscordUpload(GetPlayers()[1], {
name: 'Screenshot',
avatarUrl: 'https://canary.discord.com/assets/f78426a064bc9dd24847519259bc42af.png'
name = 'Screenshot',
avatarUrl = 'https://canary.discord.com/assets/f78426a064bc9dd24847519259bc42af.png'
}, 'This is an example.')
```

Expand Down

0 comments on commit be7196f

Please sign in to comment.