1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00
This commit is contained in:
RGBCube 2022-12-17 20:41:40 +03:00
parent 5b7fb2deba
commit 5ab80712d0
6 changed files with 45 additions and 36 deletions

View file

@ -2,7 +2,8 @@ from __future__ import annotations
from typing import TYPE_CHECKING
from discord.ext.commands import Cog, command, group
from discord.ext import commands
from discord.ext.commands import Cog, command
from discord.ui import Button, View
if TYPE_CHECKING:
@ -19,7 +20,7 @@ class MinecraftServer(
def __init__(self, bot: MinearchyBot) -> None:
self.bot = bot
@group(
@commands.group(
invoke_without_command=True,
brief="Sends the server IP.",
help="Sends the server IP.",