We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c4e76 commit f23f7f8Copy full SHA for f23f7f8
docs/discord-social-sdk/development-guides/using-provisional-accounts.mdx
@@ -137,6 +137,7 @@ def get_provisional_token(game_account: GameAccount):
137
response = requests.post(
138
'https://discord.com/api/v10/partner-sdk/token/bot',
139
headers={
140
+ 'Content-Type': 'application/json',
141
'Authorization': 'Bot <BOT_TOKEN>' # your application's bot token
142
},
143
json={
0 commit comments