diff options
author | 2019-02-05 11:15:03 -0500 | |
---|---|---|
committer | 2019-02-05 11:15:03 -0500 | |
commit | bd6f42ab1a5810be81e79de7223ea0067097e09e (patch) | |
tree | 2186a321e7f441fd73da2c924335ac605d087d65 /README.md | |
parent | Merge 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-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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  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.  Now hit apply on that window and your ready to get going! #### 5. Git in PyCharm |