From c2a16bd2088c405973d708eafebc58abcab7583d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Thu, 31 Aug 2017 17:24:10 +0200 Subject: [PATCH] new tokens-sample.py indication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6511d6..aa59455 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ More info (in spanish) [here](https://sergio.am/post/discord-webhooks-guild-noti # configuration -You should edit the `tokens.py` file, and you can edit the `conf.py` file. `tokens` file contains tokens (ofc) and api keys for services. `conf` file contains a mix of icons and strings. +You should rename and edit the `tokens-sample.py` file to `tokens.py`, and you can edit the `conf.py` file. `tokens` file contains tokens (ofc) and api keys for services. `conf` file contains a mix of icons and strings. To get your Discord Webhook URL go [here](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks)