diff --git a/README.md b/README.md
index 818e63f..1f23ebc 100644
--- a/README.md
+++ b/README.md
@@ -8,25 +8,27 @@ This bot is meant to be launched and maintained by yourself for full control on
Reccomended for a small group of people(4-5). One google account for the groups tasks and events. To be used by a "admin" who has the role of giving tasks and managing the server.
## What you need to get started
-Python3
+Python3
A openweather account for weather forecasts
-A google account that you intend to use for your group
-Discord server
-VScode or any programming tool
-And some programming knowledge would help
+A google account that you intend to use for your group
+Discord server
+VScode or any programming tool
+And some programming knowledge would help
## Following will be a step by step guide to ensure you successfully get the bot to work.
1. Creating/Adding the bot
- After downloading or cloning the source code in a safe proper place, you'll need to add/create the bot in discord. This guide from geeks for geeks will help you for this process. Scroll down to the "How to create a bot using Python" part. Follow till step 4. For the 0Auth2 section, you will also want to check on, 'Send messages' and 'View channels' in 'Bot permissions'.
+ After downloading or cloning the source code in a safe proper place, you'll need to add/create the bot in discord. This guide from geeks for geeks will help you for this process. https://www.geeksforgeeks.org/websites-apps/how-to-make-a-discord-bot/
+ Scroll down to the "How to create a bot using Python" part. Follow till step 4. For the 0Auth2 section, you will also want to check on, 'Send messages' and 'View channels' in 'Bot permissions'.
2. Adding some requirements
Now you will open VScode or whatever software you have and open our bot folder. In the .env file you will want to add the discord token that you previously saved while creating the bot on discord.
-For the weather token, log in to your openweather account(if not created, create one ) > go to API keys > and copy the key in the .env
-You will also want to go the main.py file, at the bottom of the file at line 317, you're gonna want to add the channels id where you want the bot to send a message when it's online. Generally the general channel lol. For that you want to go enable the Developper mode in your discord settings and then right click on the channel to copy id.
+For the weather token, log in to your openweather account(if not created, create one https://home.openweathermap.org/users/sign_up ) > go to API keys > and copy the key in the .env
+You will also want to go the main.py file, at the bottom of the file at line 317, you're gonna want to add the channel's id where you want the bot to send a message when it's online. Generally the general channel lol. For that you want to go enable the Developper mode in your discord settings and then right click on the channel to copy id.
3. GOOGLE
-This part can be a bit confusing, but stay focused folks. Here is a guide to succesfully integrate google calendar to your bot . In step 3 you also want to enable Google tasks API cause we need it. At step 5 you're going to choose 'Desktop application' instead of 'Web application'. Give them the same name as your bot so it's not complicated later. You are also going to want to download the JSON file and save it in the .secret folder of our bot. Rename it to credentials.json. While adding the scopes to step 7, you're going to choose,
+This part can be a bit confusing, but stay focused folks. Here is a guide to succesfully integrate google calendar to your bot https://www.onecal.io/fr/blog/how-to-integrate-google-calendar-api-into-your-app .
+In step 3 you also want to enable Google tasks API cause we need it. At step 5 you're going to choose 'Desktop application' instead of 'Web application'. Give them the same name as your bot so it's not complicated later. You are also going to want to download the JSON file and save it in the .secret folder of our bot. Rename it to credentials.json. While adding the scopes to step 7, you're going to choose,
- calendarlist.readonly
- events.public.readonly
- calendar.freebusy
@@ -51,4 +53,6 @@ Start the bot
`python3 main.py`
There you go your bot is now online and ready to serve. Once it's started you should be able to log in to your google account, and see the bot online on your server. You can keep it running 24/7 or turn it on whenever you want, it's up to you! Add more stuff if you want, remove stuff if you want, it's all yours!
-PS. DON'T SHARE YOUR TOKENS TO PEOPLE YOU DONT TRUST !!!
\ No newline at end of file
+This bot is still in early access. I'm not done yet. Gonna update it more.
+
+PS. DON'T SHARE YOUR TOKENS TO PEOPLE YOU DONT TRUST !!!
\ No newline at end of file