diff options
author | 2022-04-02 12:16:13 -0400 | |
---|---|---|
committer | 2022-04-02 12:16:13 -0400 | |
commit | 306a906c850324a4a31a62d82d5348a18f3f2e5e (patch) | |
tree | 5728d1f3e41cf308364a28f452a905cee003a98b | |
parent | fixing image not appearing (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md
Co-authored-by: Xithrius <[email protected]>
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md b/pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md index e37039d1..6b5dae34 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md +++ b/pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md @@ -12,7 +12,7 @@ To help prevent leaking your token, you should ensure that you don't upload it t If for whatever reason your token gets leaked, you should immediately follow these steps: - Go to the list of [Discord Bot Applications](https://discord.com/developers/applications) you have and select the bot application that had the token leaked. - Select the Bot (1) tab on the left-hand side, next to a small image of a puzzle piece. After doing so you should see a small section named TOKEN (under your bot USERNAME and next to his avatar image) -- Press the Regenerate (2) option to regen your bot token. +- Press the Regenerate option to regen your bot token.  |