From b0dec645cb1f056838c5b4165a40f77cae4b05d9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 13 May 2017 21:31:38 -0400 Subject: [PATCH] Add warning about sharing tokens. --- docs/discord.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/discord.rst b/docs/discord.rst index 2c940d0f5..ac159ae90 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: