diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -27,14 +27,14 @@ So now your going to need to download it [here](https://www.jetbrains.com/pychar #### 1. Fork Ok, now you have got PyCharm downloading you are going to want to fork this project and find its git URL. To fork scroll to the top of the page and press this button.  -Then when you new forked repository loads you are going to want to get the Git Url by clicking the green clone or download button and then the copy link button as seen below: +Then when you new forked repository loads you are going to want to get the Git Url by clicking the green `clone or download` button and then the copy link button as seen below:  #### 2. Clone Now that you have done that you are going to want to load up Pycharm and you'll get something like this without the left sidebar:  -You going to want to click Check Out from Version Control->Git and you'll get a popup like the one below: +You going to want to click Check Out from Version `Control->Git` and you'll get a popup like the one below:  -Now paste your link in, test the connection and hit clone. You now have a copy of your repository to work with and it should setup your Pipenv automatically. +Now paste your link in, test the connection and hit `clone`. You now have a copy of your repository to work with and it should setup your Pipenv automatically. #### 3. Bot Now we have setup our repository we need somewhere to test out bot. You'll need to make a new discord server: @@ -43,15 +43,15 @@ We need to make the applicaiton for our bot... navigate over to [discordapp.com/  Now we have our discord application you'll want to name your bot as below:  -To actually make the bot hit Bot->Add Bot->Yes, do It! as below: +To actually make the bot hit `Bot->Add Bot->Yes, do It!` as below:  Copy that Token and put to somewhere for safe keeping.  -Now to add that robot to out new discord server we need to generate an OAuth2 Url to do so navigate to the OAuth2 tab, Scrollto the OAUTH2 URL GENERATOR section, click the Bot checkbox in the scope section and finally hit the administrator checkboxin the newly formed Bot Permissions section. +Now to add that robot to out new discord server we need to generate an OAuth2 Url to do so navigate to the OAuth2 tab, Scroll to the OAUTH2 URL GENERATOR section, click the `Bot` checkbox in the scope section and finally hit the `administrator` checkbox in the newly formed Bot Permissions section.  Copy and paste the link into your browser and follow the instructions to add the bot to your server - ensure it is the server you have just created. #### 4. Run Configurations -Go back to PyCharm and you should have something a bit like below, Your going to want to hit the Add Configuration button in the top right. +Go back to PyCharm and you should have something a bit like below, Your going to want to hit the `Add Configuration` button in the top right.  We are going to want to choose a python config as below:  @@ -72,7 +72,7 @@ As we work on our project we are going to want to make commits. Commits are effe  Now once you have made a few commits and are happy with your changes you are going to want to push them back to your fork. There are three ways of doing this. -1. Using the VSC Menu `VSC->Git->Push +1. Using the VSC Menu `VSC->Git->Push` 2. Using the VSC popup <code>alt-\`->Push</code> 3. A shortcut: `ctrl+shift+K` |