mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 00:29:43 +01:00
9 lines
158 B
Bash
9 lines
158 B
Bash
#!/bin/bash
|
|
|
|
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
|
#
|
|
# 2022, created by Specoolazius
|
|
|
|
cd /root/mcserver-discordbot/bot || exit;
|
|
python3 -O run.py
|