이세린

Update README.md

1 -#Anxiety Manager# 1 +# Anxiety Manager
2 2
3 -##What is it?## 3 +## What is it?
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 -##Commands## 7 +## Commands
8 -###Base Complete### 8 +### Base Complete
9 ;help : help with commands 9 ;help : help with commands
10 ;calm : guided anxiety relief 10 ;calm : guided anxiety relief
11 ;breathe : guided breathing exercise 11 ;breathe : guided breathing exercise
12 ;cute : pulls a random animal picture from reddit 12 ;cute : pulls a random animal picture from reddit
13 13
14 -###Base Incomplete### 14 +### Base Incomplete
15 ;checklist : guided anxiety relief checklist 15 ;checklist : guided anxiety relief checklist
16 ;chat : chatbot 16 ;chat : chatbot
17 17
18 -##Event## 18 +## Event
19 -###Base Incomplete### 19 +### Base Incomplete
20 //bot listens to certain phrases in conversation (ex. "I want to die") and chimes in. 20 //bot listens to certain phrases in conversation (ex. "I want to die") and chimes in.
21 21
22 22
23 -##Main Code Files## 23 +## Main Code Files
24 ``` 24 ```
25 main.index 25 main.index
26 commands 26 commands
...@@ -32,7 +32,7 @@ commands ...@@ -32,7 +32,7 @@ commands
32 |_ help.js 32 |_ help.js
33 ``` 33 ```
34 34
35 -##To do:## 35 +## To do:
36 - ;calm: Add react buttons to trigger next command 36 - ;calm: Add react buttons to trigger next command
37 - Code base of all Base Incomplete Commands and Events 37 - Code base of all Base Incomplete Commands and Events
38 - Update ;help 38 - Update ;help
...\ No newline at end of file ...\ No newline at end of file
......