This commit is contained in:
Specoolazius 2022-04-02 21:07:11 +02:00
parent f6cfdc6f28
commit 0a26310a2f
12 changed files with 64 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
#
# 2022, created by Specoolazius
# These are the settings you need to configure.
# Rename this file to "config.ini"
# remove ; to modify further options

View File

@ -1,3 +1,7 @@
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
#
# 2022, created by Specoolazius
# You can change setting in here if you wish but it works
# fine as it is configured by default
# remove ; to modify options

View File

@ -1,3 +1,8 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from .admin import Admin
from .startstop import StartStop

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
import asyncio
import os

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
import discord
from discord.commands import slash_command

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from .config import Configs
from .presence import Presence
from .client import Client

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from abc import ABC
import asyncio
from typing import Any

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from datetime import datetime
from configparser import ConfigParser
import re

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
import asyncio
import time

View File

@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
import sys
from aiohttp import ClientConnectorError

View File

@ -1,4 +1,8 @@
#!/bin/bash
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
#
# 2022, created by Specoolazius
cd ~/mcserver-discordbot/bot || exit;
sudo python3.10 -O run.py

View File

@ -1,4 +1,9 @@
#!/bin/bash
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
#
# 2022, created by Specoolazius
# Updates bot from https://github.com/Specoolazius/mcserver-discordbot
git stash