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/