diff options
author | 2022-03-21 18:59:26 -0400 | |
---|---|---|
committer | 2022-03-21 18:59:26 -0400 | |
commit | 9ba4891e6e47f7f498eafa61e4a1d5e301f2426a (patch) | |
tree | 48409c7b377bf0d639045e6e3b02a1e59bf21e32 | |
parent | add token safety pin (diff) |
fixing image not appearing
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/keeping-tokens-safe.md | 3 | ||||
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/token-reset.png | bin | 132625 -> 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. - + + 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 Binary files differdeleted file mode 100644 index bd672b93..00000000 --- a/pydis_site/apps/content/resources/guides/python-guides/token-reset.png +++ /dev/null |