We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea17877 commit be7196fCopy full SHA for be7196f
README.pt.md
@@ -56,8 +56,8 @@ Argumentos:
56
Exemplo:
57
```lua
58
exports['discord-screenshot']:requestClientScreenshotDiscordUpload(GetPlayers()[1], {
59
- name: 'Screenshot',
60
- avatarUrl: 'https://canary.discord.com/assets/f78426a064bc9dd24847519259bc42af.png'
+ name = 'Screenshot',
+ avatarUrl = 'https://canary.discord.com/assets/f78426a064bc9dd24847519259bc42af.png'
61
}, 'This is an example.')
62
```
63
0 commit comments