mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-24 22:29:42 +01:00
license
This commit is contained in:
parent
f6cfdc6f28
commit
0a26310a2f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
"""
|
||||
Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
||||
|
||||
2022, created by Specoolazius
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
import os
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
"""
|
||||
Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
||||
|
||||
2022, created by Specoolazius
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
import time
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
"""
|
||||
Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
||||
|
||||
2022, created by Specoolazius
|
||||
"""
|
||||
|
||||
import sys
|
||||
from aiohttp import ClientConnectorError
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user