From 6226f61a0557bd05fd8a938673918e14fdf30a0b Mon Sep 17 00:00:00 2001 From: Die Antwoord Date: Mon, 23 Jan 2023 16:56:12 +0200 Subject: [PATCH] Update to main --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index a271e80..9796701 100644 --- a/readme.md +++ b/readme.md @@ -18,18 +18,18 @@ $ cd ./Discord-Bot-Python ## Create .env enviroment - NOTE: If you going to use .env environment you will need to make the necessary changes to the bots code inorder for it to work +- Using .env files can be [found here](https://dev.to/jakewitcher/using-env-files-for-environment-variables-in-python-applications-55a1 +) - Create [.env](.env) file in the root director. -- Here is an explanation of what the values should look like: [env_demo](env_demo) +- Here is an explanation of what the values should look like: [env_demo.env](env_demo.env) -[env_demo](env_demo) +[env_demo.env](env_demo.env) ```env TOKEN=YOUR_BOT_TOKEN_HERE WEBHOOK=YOUR_WEBHOOK_HERE TOMORROWIO_TOKEN=WEATHER_API_TOKEN ``` -https://dev.to/jakewitcher/using-env-files-for-environment-variables-in-python-applications-55a1 - ## Create config.json - Create [config.json](config.json) file in the root directory.