diff options
| author | Rapptz <[email protected]> | 2017-05-13 21:31:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-13 21:31:38 -0400 |
| commit | b0dec645cb1f056838c5b4165a40f77cae4b05d9 (patch) | |
| tree | adc44b8bff9ac1f2e78ed28caa86b2611311d0cf /docs/discord.rst | |
| parent | Use describe instead of tables for supported operations. (diff) | |
| download | discord.py-b0dec645cb1f056838c5b4165a40f77cae4b05d9.tar.xz discord.py-b0dec645cb1f056838c5b4165a40f77cae4b05d9.zip | |
Add warning about sharing tokens.
Diffstat (limited to 'docs/discord.rst')
| -rw-r--r-- | docs/discord.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/discord.rst b/docs/discord.rst index 2c940d0f..ac159ae9 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -38,6 +38,15 @@ Creating a Bot account is a pretty straightforward process. - **This is not the Client Secret** - Look at the image above to see where the **Token** is. + .. warning:: + + It should be worth noting that this token is essentially your bot's + password. You should **never** share this to someone else. In doing so, + someone can log in to your bot and do malicious things, such as leaving + servers, ban all members inside a server, or pinging everyone maliciously. + + The possibilities are endless, so **do not share this token.** + And that's it. You now have a bot account and you can login with that token. .. _discord_invite_bot: |