Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeYS committed Feb 3, 2022
1 parent 53c4ad6 commit d4e0348
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The bot can be configured by editing config.json. Here's a list of the preferenc
`https://discord.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot`

## Setting up the bot
1. [Download](https://github.com/LakeYS/Dishorde/releases/download/v2.0.0/Dishorde.zip) this repository and extract it somewhere on your server's system.
1. [Download](https://github.com/LakeYS/Dishorde/releases/download/v2.0.1/Dishorde.zip) this repository and extract it somewhere on your server's system.
2. Install Node.js LTS from [this website](https://nodejs.org/en/download/).
3. Once Node.js is finished installing, run install.bat in the bot's folder. This will automatically install the required modules for the bot.
4. Now you'll need to edit your server's config xml file. If you're using the Steam dedicated server, it should be located in `C:\Program Files (x86)\Steam\steamapps\common\7 Days to Die Dedicated Server`.
Expand Down Expand Up @@ -93,7 +93,7 @@ If running the bot on the same network as the Raspberry Pi, you will likely need
## Setting up the bot
1. Open a terminal on your system.
2. Install Node.js and NPM. Install build tools if instructed. [[How to install via package manager]](https://nodejs.org/en/download/package-manager/). **Skip this step if installing to an Android or Raspberry Pi device.**
3. Type `curl -L https://github.com/LakeYS/Dishorde/releases/download/v2.0.0/Dishorde.tar.gz > 7dtdbot.tar.gz` to download the bot's files to an archive named `7dtdbot.tar.gz`.
3. Type `curl -L https://github.com/LakeYS/Dishorde/releases/download/v2.0.1/Dishorde.tar.gz > 7dtdbot.tar.gz` to download the bot's files to an archive named `7dtdbot.tar.gz`.
4. Type `tar -xzf 7dtdbot.tar.gz` to extract the archive. This will create a directory named "7DTD-Discord-master". Navigate to the directory with `cd 7DTD-Discord-master`.
5. Type `sudo chmod +x run.sh`. This gives you permission to execute run.sh. (If this does not work, try `chmod +x run.sh`)
6. Type `npm install` to install the required packages for the bot to run.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dishorde",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Discord bridge bot for 7 Days to Die. This integrates a dedicated server with Discord, allowing players to access the game's chat from any device or location.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d4e0348

Please sign in to comment.