aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2022-03-21 18:59:26 -0400
committerGravatar Shom770 <[email protected]>2022-03-21 18:59:26 -0400
commit9ba4891e6e47f7f498eafa61e4a1d5e301f2426a (patch)
tree48409c7b377bf0d639045e6e3b02a1e59bf21e32
parentadd token safety pin (diff)
fixing image not appearing
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md3
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/token-reset.pngbin132625 -> 0 bytes
2 files changed, 2 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 8e283d70..e37039d1 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
@@ -13,7 +13,8 @@ If for whatever reason your token gets leaked, you should immediately follow the
- 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.
-![token_reset.png](token-reset.png)
+
+![Steps to Take to Reset your Discord Bot](https://cdn.discordapp.com/attachments/343944376055103488/845290595793764392/regen_token.png)
Following these steps will create a new token for your bot, making it secure again and terminating any connections from the leaked token.
diff --git a/pydis_site/apps/content/resources/guides/python-guides/token-reset.png b/pydis_site/apps/content/resources/guides/python-guides/token-reset.png
deleted file mode 100644
index bd672b93..00000000
--- a/pydis_site/apps/content/resources/guides/python-guides/token-reset.png
+++ /dev/null
Binary files differ