Skip to content

Commit f23f7f8

Browse files
committed
content type
1 parent 39c4e76 commit f23f7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/discord-social-sdk/development-guides/using-provisional-accounts.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def get_provisional_token(game_account: GameAccount):
137137
response = requests.post(
138138
'https://discord.com/api/v10/partner-sdk/token/bot',
139139
headers={
140+
'Content-Type': 'application/json',
140141
'Authorization': 'Bot <BOT_TOKEN>' # your application's bot token
141142
},
142143
json={

0 commit comments

Comments
 (0)