aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-02-05 11:15:03 -0500
committerGravatar sco1 <[email protected]>2019-02-05 11:15:03 -0500
commitbd6f42ab1a5810be81e79de7223ea0067097e09e (patch)
tree2186a321e7f441fd73da2c924335ac605d087d65 /README.md
parentMerge pull request #95 from python-discord/add-valentines-season (diff)
Add Lovefest configuration, update project documents
Add Lovefest role & channel IDs to bot constants Update environment variable name for seasonalbot (was hacktoberbot) Update Contributor doc to reference pipenv guide rather than the deprecated Seasonalbot GH wiki
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6227a36d..921e567f 100755
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ We are going to want to choose a python config as below:
The first setting we need to change is script path as below (the start script may have changed from bot.py so be sure to click the right one
![](https://i.imgur.com/napKLar.png)
Now we need to add an enviroment variable - what this will do is allow us to set a value without it affact the main repository.
-To do this click the folder icon to the right of the text, then on the new window the plus icon. Now name the var `HACKTOBERBOT_TOKEN` and give the value the token we kept for safe keeping earilier.
+To do this click the folder icon to the right of the text, then on the new window the plus icon. Now name the var `SEASONALBOT_TOKEN` and give the value the token we kept for safe keeping earilier.
![](https://i.imgur.com/nZFWNaQ.png)
Now hit apply on that window and your ready to get going!
#### 5. Git in PyCharm