diff --git a/bot/scripts/update.sh b/bot/scripts/update.sh index a9bf588..19e2188 100644 --- a/bot/scripts/update.sh +++ b/bot/scripts/update.sh @@ -1 +1,5 @@ #!/bin/bash +# Updates bot from https://github.com/Specoolazius/mcserver-discordbot + +git stash +git pull --rebase origin