Actualiser README.md

This commit is contained in:
Tenzing Kandang 2026-05-06 19:51:03 +02:00
parent 1d8de54e5f
commit 9912871fc3

View File

@ -26,7 +26,7 @@ And some programming knowledge would help
### 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 <link> https://home.openweathermap.org/users/sign_up </link>) > go to API keys > and copy the key in the .env
<strong> 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.</strong> 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.
<strong> You will also want to go the main.py file, at the bottom of the file at line 320, you're gonna want to add the channel's id where you want the bot to send a message when it's online.</strong> 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 <link> https://www.onecal.io/fr/blog/how-to-integrate-google-calendar-api-into-your-app </link>.