diff options
| author | Arnav Jindal <[email protected]> | 2021-04-20 07:56:56 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-19 22:26:56 -0400 |
| commit | 2e6c28bd60e1a7017fda6bd995d9c01e6517fe51 (patch) | |
| tree | f8b46dbfec29629e34f81a4091b4c6e164641e36 /docs/discord.rst | |
| parent | [commands] Actually expose the FlagError base error (diff) | |
| download | discord.py-2e6c28bd60e1a7017fda6bd995d9c01e6517fe51.tar.xz discord.py-2e6c28bd60e1a7017fda6bd995d9c01e6517fe51.zip | |
Bump Python version in Quickstart documentation
Diffstat (limited to 'docs/discord.rst')
| -rw-r--r-- | docs/discord.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/discord.rst b/docs/discord.rst index 43416d0f..ac12417f 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -42,7 +42,7 @@ Creating a Bot account is a pretty straightforward process. .. 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, + password. You should **never** share this with 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. |