From 3c4f5c89fbd48c956dab63ddb7524a5385f5a749 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 8 Jul 2023 19:37:47 +0100 Subject: [PATCH] remove libraries contained in the python standard library from prereq section of readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0b8fddb..18c0eea 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ This script uses Discord's undocumented user API, which has no official public d - Python libraries: - `asyncio` - `aiohttp` - - `os` - - `sys` - - `json` - `dotenv` You will also need to know to your **Discord token**. The steps to find this can be found [here](https://www.howtogeek.com/879956/what-is-a-discord-token-and-how-do-you-get-one/). Note that your Discord token gives anyone who has it access to your account, so ensure that you **do not share your Discord token with anyone, under any circumstances.**