2022-04-02 21:02:52 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-04-02 21:07:11 +02:00
|
|
|
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
|
|
|
#
|
|
|
|
# 2022, created by Specoolazius
|
|
|
|
|
2022-04-03 08:17:38 +02:00
|
|
|
cd /root/mcserver-discordbot/bot || exit;
|
2022-04-02 22:06:38 +02:00
|
|
|
python3 -O run.py
|