이세린

Update README.md

Showing 1 changed file with 11 additions and 5 deletions
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
4 A **work in progress** Discord bot to help with anxiety. 4 A **work in progress** Discord bot to help with anxiety.
5 Using: Node.js 5 Using: Node.js
6 6
7 +## Run the bot!
8 +To run the bot, either copy from this repository and run from local with "node main.js"
9 +or use this invite link; https://discord.com/api/oauth2/authorize?client_id=980901787366215680&permissions=534723951680&scope=bot
10 +Note: This repository is designed to work locally. To learn how to host on Heroku, refer to this repository; https://github.com/ThetaTheory/anxietymanager
11 +
7 ## Commands 12 ## Commands
8 ### Base Complete 13 ### Base Complete
9 ;help : help with commands 14 ;help : help with commands
...@@ -26,14 +31,15 @@ commands ...@@ -26,14 +31,15 @@ commands
26 ``` 31 ```
27 32
28 ## API used: 33 ## API used:
29 -cute.js : https://www.npmjs.com/package/random-puppy 34 +cute.js : https://www.npmjs.com/package/random-puppy
30 -chat.js : https://brainshop.ai/ 35 +chat.js : https://brainshop.ai/
31 36
32 ## TBA: 37 ## TBA:
33 - Smarter Chatbot API 38 - Smarter Chatbot API
34 - Optimise checklist with loop, add branching help for different types of anxiety (social, procrastination, etc). 39 - Optimise checklist with loop, add branching help for different types of anxiety (social, procrastination, etc).
35 40
36 ## Referenced: 41 ## Referenced:
37 -Base: https://www.youtube.com/watch?v=Feypj3XbYAY&list=PL1vRCNgkH_PlwLQAHqaYoMJqHEy1DAi6Q
38 -React: https://www.youtube.com/watch?v=wXjsCiUjUqo&t=201s
39 -Chatbot: https://youtu.be/67eHZsPmbQA
...\ No newline at end of file ...\ No newline at end of file
42 +Base: https://www.youtube.com/watch?v=Feypj3XbYAY&list=PL1vRCNgkH_PlwLQAHqaYoMJqHEy1DAi6Q
43 +React: https://www.youtube.com/watch?v=wXjsCiUjUqo&t=201s
44 +Chatbot: https://youtu.be/67eHZsPmbQA
45 +Heroku: https://www.youtube.com/watch?v=OFearuMjI4s
...\ No newline at end of file ...\ No newline at end of file
......