From 9f653360422eb5c3669b67d1cc9745727173bc79 Mon Sep 17 00:00:00 2001 From: "Harry Clark (clarkh9)" Date: Wed, 23 Nov 2022 17:48:02 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 59183dc..f2cffeb 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,12 @@ pip install dotenv from dotenv import loadenv load_dotenv(".env") ``` +# Modules used: + +``discord.py:`` https://discordpy.readthedocs.io/en/stable/index.html + +``Discord API:`` https://discord.com/developers/docs/intro + +``asyncio:`` https://docs.python.org/3/library/asyncio.html + +``pandas:`` https://pythonbasics.org/pandas-web-scraping/