aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2022-04-20 20:58:44 -0400
committerGravatar Shom770 <[email protected]>2022-04-20 20:58:44 -0400
commit93023112ec0c342b45ce64be256f79c01d9d2567 (patch)
tree7b1bcc311812fcf5909018db336ef32c130ec4a4 /pydis_site
parentMerge branch 'main' of github.com:python-discord/site into keeping-tokens-safe (diff)
parentUpdate pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-... (diff)
Merge branch 'keeping-tokens-safe' of github.com:python-discord/site into keeping-tokens-safe
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md2
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 f85b02d8..272ad45a 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.
![Steps to Take to Reset your Discord Bot](https://cdn.discordapp.com/attachments/859123972884922418/966502706258784366/unknown.png)