From 9912871fc3ef1c965d226957b1d8cd7603a1b5fa Mon Sep 17 00:00:00 2001 From: Tenzing Kandang Date: Wed, 6 May 2026 19:51:03 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e587319..1e726d0 100644 --- a/README.md +++ b/README.md @@ -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 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. + 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. 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 https://www.onecal.io/fr/blog/how-to-integrate-google-calendar-api-into-your-app .