Skip to content

Commit be7196f

Browse files
committed
Fix README.pt lua example
1 parent ea17877 commit be7196f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.pt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Argumentos:
5656
Exemplo:
5757
```lua
5858
exports['discord-screenshot']:requestClientScreenshotDiscordUpload(GetPlayers()[1], {
59-
name: 'Screenshot',
60-
avatarUrl: 'https://canary.discord.com/assets/f78426a064bc9dd24847519259bc42af.png'
59+
name = 'Screenshot',
60+
avatarUrl = 'https://canary.discord.com/assets/f78426a064bc9dd24847519259bc42af.png'
6161
}, 'This is an example.')
6262
```
6363

0 commit comments

Comments
 (0)