Skip to content

Commit 786b106

Browse files
author
Slingexe
authored
Updated version num
1 parent 0024310 commit 786b106

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

READEME-DOCKER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create a discord server (Its not recommended to have this bot in a public server
2424
Pull the latest release from [DockerHub](https://hub.docker.com/r/slingexe/hackmud-chat-client)
2525
`docker pull slingexe/hackmud-chat-client:latest`
2626

27-
Run the docker with the following command (Make sure to replace LOCALFOLDER to a location on your computer ex: /mnt/user/appdata/hackmud-chat-client)
27+
Run the docker with the following command (Make sure to replace LOCALFOLDER to a location on your computer ex: /mnt/user/appdata/hackmud-chat-client)
2828
`docker run -v LOCALFOLDER:/config -e TOKEN=token123 -e CLIENTID=12345 -e GUILDID=12345 slingexe/hackmud-chat-client`
2929
`docker run -v LOCALFOLDER:/config -e TOKEN=token123 -e CLIENTID=12345 -e GUILDID=12345 -d slingexe/hackmud-chat-client` - For detatched mode
3030
Note: Once you run the docker once with the Token, ClientId and GuildId arguments you don't have to pass them again unless you want to change them

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackmud-chat-client",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A discord bot that bridges the hackmud chat with discord!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)