Skip to content

Commit 0cffadd

Browse files
authored
Merge pull request #35 from Maveo/dreiekk-patch-1
Updated Readme
2 parents a9048d2 + 919e5b0 commit 0cffadd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Spark is currently being beta-tested on the [StudeGaming Discord Server](https:/
6464
- `>coinflip` Toss a coin to your Witcher!
6565
- `>random` Generate a random number
6666
- `>dice` Rolls a six-sided dice
67-
- `>help` A short list of avaliable commands
67+
- `>help` A short list of available commands
6868
- `>leaderboard` Shows the Top 10 of the Server
6969
- `>profile` Shows your profile-card | "profile {username}" Show another user
7070
- `>boost` Users can give other users a temporary xp-multiplier (can be adjusted in settings)
@@ -88,13 +88,22 @@ These Settings are applied globally and **cannot be changed without restarting**
8888
- **APPLICATION_SECRET**
8989

9090
This is the Oauth2-Application-Secret for your Discord Developer Application
91+
- **ACTIVATE_WEBSERVER**
92+
93+
Enable/disable Webserver
9194
- **OAUTH2_REDIRECT_URI**
9295

9396
This is the Oauth2-Redirect-Uri for your Discord Developer Application, you need to add "/oauth2" for the default setup (e.g. http://your.domain/oauth2)
9497
You also need to set this up in the Discord Developer Settings
9598
- **WEBSERVER_PORT**
9699

97100
This is the Port for the Webserver
101+
- **WEBSERVER_STATIC_PATH**
102+
103+
The path the webserver serves static
104+
- **WEBSERVER_DEBUG**
105+
106+
Enable/disable debugging of the Webserver
98107
- **TOKEN**
99108

100109
This is the Token of your Discord Bot

0 commit comments

Comments
 (0)