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