public
imalexnord
read
Discord-Hetzner-Bot
No description yet
Languages
Repository composition by tracked source files.
Python
100%
Create file
Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/discord-hetzner-bot.git
ssh://[email protected]:2222/user/imalexnord/discord-hetzner-bot.git
Commit
Corrected typo
17c8ac8
README.md | 2 +-
gameserver.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
mode change 100644 => 100755 gameserver.py
Diff
diff --git a/README.md b/README.md
index 314c3af..ace7af0 100644
--- a/README.md
+++ b/README.md
@@ -16,5 +16,5 @@ A discord bot to start a hetzner cloud server from a snapshot with the data on a
## Notes
I recommend the usage of a systemd service unit for the bot itself, because currently the bot tends to stop while waiting for the server creation.
-Also I recommend to make sure that the running application/game saves all data before exiting for example with an additional ExecStop line in the service unit wich simply executes a sleep command.
+Also I recommend to make sure that the running application/game saves all data before exiting for example with an additional ExecStop line in the service unit which simply executes a sleep command.
The basic idea was a discord bot to start a gameserver when needed.
diff --git a/gameserver.py b/gameserver.py
old mode 100644
new mode 100755
index 431709c..ded95de
--- a/gameserver.py
+++ b/gameserver.py
@@ -1,4 +1,4 @@
-#! /bin/python3
+#! /usr/bin/python3
from tokens import *
from settings import *