mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-10-04 04:20:32 +02:00
license
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user