Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Jul 19, 2023
1 parent 191aee0 commit 5ccc59d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/python/gradio_client/templates/discord_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ def run_bot():
![](https://gradio-builds.s3.amazonaws.com/demo-files/discordbots/MessageContentIntent.png)
## 6. The token from step 3 is the DISCORD_TOKEN. Call client.deploy_discord(DISCORD_TOKEN, ...) or add the token as a space secret
manually.
## 6. The token from step 3 is the DISCORD_TOKEN. Rerun the deploy_discord command, e.g client.deploy_discord(discord_bot_token=DISCORD_TOKEN, ...), or add the token as a space secret manually.
"""
else:
permissions = Permissions(326417525824)
Expand Down

0 comments on commit 5ccc59d

Please sign in to comment.