File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Create a discord server (Its not recommended to have this bot in a public server
2424Pull 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
3030Note: 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments