mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-02-18 01:39:35 +01:00
10 lines
155 B
Bash
10 lines
155 B
Bash
#!/bin/bash
|
|
|
|
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
|
#
|
|
# 2022, created by Specoolazius
|
|
|
|
cd ~/mcserver-discordbot/bot || exit;
|
|
python3 -O run.py
|
|
|