From 84c560a52396afbf079c9ddc496e7104862dcbed Mon Sep 17 00:00:00 2001 From: poslop Date: Sun, 4 Dec 2022 09:09:19 -0600 Subject: [PATCH 1/3] Update 'readme.md' --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index f16d206..204d6e0 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,16 @@ +## Todo +- Role Permission for send command +- Tcp Socket config +- Remove ansi encoding so mobile users can also clearly see console output + Discrod https://discord.gg/FaXKDWQ9 + +## Usage +Download the executable from releases + +Create a file where the bot will be run called .env + +Inside of this file set DISCORD_TOKEN= to your bot token + +Run the file \ No newline at end of file From 2f15bb967ac5936560ff6e6219fc02825b223f76 Mon Sep 17 00:00:00 2001 From: poslop Date: Sun, 4 Dec 2022 09:25:28 -0600 Subject: [PATCH 2/3] Update 'readme.md' --- readme.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 204d6e0..e0d60b4 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,4 @@ -## Todo -- Role Permission for send command -- Tcp Socket config -- Remove ansi encoding so mobile users can also clearly see console output - -Discrod +## Discrod https://discord.gg/FaXKDWQ9 ## Usage @@ -13,4 +8,15 @@ Create a file where the bot will be run called .env Inside of this file set DISCORD_TOKEN= to your bot token -Run the file \ No newline at end of file +Run the bot (usually ./MSDB in a terminal on linux) + +## Commands +; is currently the bot prompt + +- ;console command to send to mindustry server console + + +## Todo +- Role Permission for send command +- Tcp Socket config +- Remove ansi encoding so mobile users can also clearly see console output \ No newline at end of file From ed0061bb44a3712a19c43935dbd951e1b3cdb019 Mon Sep 17 00:00:00 2001 From: poslop Date: Sun, 4 Dec 2022 12:11:19 -0600 Subject: [PATCH 3/3] Update 'readme.md' --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e0d60b4..12d0ea3 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,9 @@ Run the bot (usually ./MSDB in a terminal on linux) ## Commands ; is currently the bot prompt -- ;console command to send to mindustry server console +- ;console (command to send to mindustry server console) + +(parenthesis not needed for console command) ## Todo