From 9d4672b058fa6bec7f7d83628b555819b1d3259d Mon Sep 17 00:00:00 2001 From: Anti Matter Date: Sun, 24 Dec 2023 09:24:38 +1000 Subject: [PATCH] Ran black to fit code styling --- uqcsbot/minecraft.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uqcsbot/minecraft.py b/uqcsbot/minecraft.py index d2113f9..534ea8b 100644 --- a/uqcsbot/minecraft.py +++ b/uqcsbot/minecraft.py @@ -20,6 +20,7 @@ MC_PUBLIC_IP = os.environ.get("MC_PUBLIC_IP") MC_PUBLIC_PORT = os.environ.get("MC_PUBLIC_PORT") + class Minecraft(commands.Cog): def __init__(self, bot: UQCSBot): self.bot = bot