diff options
author | 2022-04-20 21:06:10 -0400 | |
---|---|---|
committer | 2022-04-20 21:06:10 -0400 | |
commit | 828c7cb512fb859f577870abe2fdeaf070e4e2fb (patch) | |
tree | 5963b81ad96793b4dfa68b312a25b53d457f77d9 /pydis_site | |
parent | Merge branch 'keeping-tokens-safe' of github.com:python-discord/site into kee... (diff) |
used wrong image
Diffstat (limited to 'pydis_site')
-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 272ad45a..1789bdf1 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 @@ -14,7 +14,7 @@ If for whatever reason your token gets leaked, you should immediately follow the - 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. - + Following these steps will create a new token for your bot, making it secure again and terminating any connections from the leaked token. |