aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2022-04-23 12:35:34 -0400
committerGravatar GitHub <[email protected]>2022-04-23 12:35:34 -0400
commitb7cef2771a784615c1b6e7f0fba9545e7f17e881 (patch)
tree8f42fd90347a721eec403653af97417c2a8bcb91
parentused wrong image (diff)
Update pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md
Co-authored-by: Bluenix <[email protected]>
-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 1789bdf1..3eac783e 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 option to regen your bot token.
+- Press the Regenerate button to regenerate your bot token and invalidate the old one.
![Steps to Take to Reset your Discord Bot](https://media.discordapp.net/attachments/859123972884922418/966504639421894697/bot_application.jpg?width=1348&height=671)